示例#1
0
 static void Main(string[] args)
 {
     Student s1 = new Student();
     s1.GetData();
     s1.DisplayData();
     Console.ReadKey();
 }