コード例 #1
0
 public void Add(Student s)
 {
     list.Add(s);
 }
コード例 #2
0
 public StudentEventArgs(Student s)
 {
     someone = s;
 }