Beispiel #1
0
 public Student(string name)
 {
     this.Name = name;
     StudentGroup.UpdateStudentNames(name);
 }