Download this file
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); } }