Exemple #1
0
 public DetailForm(StudentForm form)
 {
     InitializeComponent();
     studentForm = form;
 }