Ejemplo n.º 1
0
        static void Main(string[] args)
        {
            Console.CursorVisible = false;

            Main_GUI_Controller mainGuiController = new Main_GUI_Controller();

            mainGuiController.StartGuiController();



            Console.WriteLine("PROGRAM IS TURNED OFF");
        }
Ejemplo n.º 2
0
 /// <summary>
 /// Used to contruct the main control containing all the UI elements
 /// </summary>
 private void Construct_Main_GUI()
 {
     gui        = new Main_GUI();
     controller = new Main_GUI_Controller();
 }