Exemplo n.º 1
0
        private static void Main(string[] args)
        {
            MyInfo myID = new MyInfo();

            myID.StudentInfo();

            GradesUI grades = new GradesUI();

            grades.MainMethod();
        }
Exemplo n.º 2
0
        private static void Main(string[] args)
        {
            MyInfo     myID     = new MyInfo();
            Controller cTroller = new Controller();

            myID.StudentInfo();

            cTroller.DisplayWelcome();

            cTroller.Play();
        }