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