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

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