示例#1
0
 public Student(School school)
 {
     this.School = school;
 }
示例#2
0
 public Student(int nr, School school)
 {
     this.Nr = nr; this.School = school;
 }