コード例 #1
0
ファイル: StartUp.cs プロジェクト: svetlyoek/OOP
        static void Main()
        {
            StudentSystem studentSystem = new StudentSystem();

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