示例#1
0
文件: StartUp.cs 项目: svetlyoek/OOP
        static void Main()
        {
            StudentSystem studentSystem = new StudentSystem();

            while (true)
            {
                studentSystem.InputCheck();
            }
        }