static void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); // Interpreter Helper InterpreterHelper _helper = new InterpreterHelper(); Application.Run(_helper.GenerateScreen()); }