示例#1
0
        private static void Main(string[] args)
        {
            MyInfo myID = new MyInfo();

            myID.StudentInfo();

            GradesUI grades = new GradesUI();

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

            myID.StudentInfo();

            cTroller.DisplayWelcome();

            cTroller.Play();
        }