示例#1
0
文件: Program.cs 项目: AbshenovS/PP-2
 public void Show(Student a)             //method to show informations about student
 {
     year++;
     Console.WriteLine(a.Accessname() + " " + a.Accessid() + " " + year);
 }