[go: up one dir, main page]

Menu

[r1]: / src / NSC.cs  Maximize  Restore  History

Download this file

12 lines (8 with data), 229 Bytes

1
2
3
4
5
6
7
8
9
using NSC;
public class MainWrapper {
static public float g_SuccessRate;
static void Main() {
NSC.UserInterface.MainForm form=new NSC.UserInterface.MainForm();
System.Windows.Forms.Application.Run(form);
}
}