Cosmos/source2/Users/Kudzu/Breakpoints/MyTestClass.cs
mterwoord_cp a09e1e0b62
2010-08-17 09:05:42 +00:00

16 lines
No EOL
311 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace BreakpointsKernel
{
public class MyTestClass
{
static MyTestClass()
{
Cosmos.Debug.Debugger.Send("In MyTestClass..cctor");
}
public static int Value = 43;
}
}