コード例 #1
0
 //Add a student
 public void Add(Student student)
 {
     student.Add(this);
     Students.Add(student);
 }