Cosmos/source/Indy.IL2CPU.IL.X86.Native/CustomImplementations/System/ByteImpl.cs
2007-10-07 11:05:38 +00:00

9 lines
203 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Indy.IL2CPU.IL.X86.Native.CustomImplementations.System {
public static class ByteImpl {
}
}