Cosmos/source/Indy.IL2CPU/IL/x86/CustomImplementations/System/ObjectImpl.cs
kudzu_cp 1c48cedea9
2008-09-21 23:33:20 +00:00

10 lines
202 B
C#

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