示例#1
0
 static void Main()
 {
    
     Application.EnableVisualStyles();
     Application.SetCompatibleTextRenderingDefault(false);
     // Interpreter Helper
     InterpreterHelper _helper = new InterpreterHelper();
     Application.Run(_helper.GenerateScreen());
 }
示例#2
0
        static void Main()
        {
            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);
            // Interpreter Helper
            InterpreterHelper _helper = new InterpreterHelper();

            Application.Run(_helper.GenerateScreen());
        }