Exemplo n.º 1
0
        static void Main(string[] args)
        {//use var so the variables dont have to be expressed
            ProgramUI ui = new ProgramUI();

            ui.Run();
        }