Cosmos/source/Indy.IL2CPU.IL.NativeX86/CustomImplementations/System/Diagnostics/DebugImpl.cs
2007-10-06 08:53:51 +00:00

10 lines
No EOL
249 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Indy.IL2CPU.IL.NativeX86.CustomImplementations.System.Diagnostics {
public static class DebugImpl {
//public static void WriteLine()
}
}