예제 #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);
 }