Cosmos/source2/Kernel/System/Cosmos.System/Filesystem/Filesystem.cs
kudzu_cp 329e21ade7
2011-03-02 17:15:01 +00:00

9 lines
170 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Cosmos.System.Filesystem {
public class FileSystem {
}
}