Example #1
0
 public void addStudent(Student s)
 {
     students.Add(s);
 }