Cosmos/source/Cosmos.Kernel.FileSystems/Old/ISO9660.cs
kudzu_cp fef34dae02
2008-05-07 00:30:49 +00:00

8 lines
157 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace Cosmos.Kernel.FileSystem {
class ISO9660 : FileSystem {
}
}