static void Main(string[] args) { student s1 = new student(); Intial I1 = new Intial(); I1.displaymenu(); Console.ReadKey(); }
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(); }