Beispiel #1
0
 public void Add(Student s)
 {
     list.Add(s);
 }
Beispiel #2
0
 public StudentEventArgs(Student s)
 {
     someone = s;
 }