예제 #1
0
파일: StartUp.cs 프로젝트: svetlyoek/OOP
        static void Main()
        {
            StudentSystem studentSystem = new StudentSystem();

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