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

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