コード例 #1
0
        static void Main(string[] args)
        {
            student s1 = new student();
            Intial  I1 = new Intial();

            I1.displaymenu();
            Console.ReadKey();
        }
コード例 #2
0
        static void Main(string[] args)
        {
            SchoolInformation school = new SchoolInformation();

            SchoolInformation.PrintSchoolInformation();
            student s1 = new student();
            Initial I1 = new Intial();

            I1.displaymenu();
            InitialTeacher I1T = new IntialTeacher();

            I1T.displaymenu();
            Console.ReadKey();
        }