Ejemplo n.º 1
0
 internal void SetStudent(Student std)
 {
     sys = StudentSystem.LoadStudent(std);
     LoadForm();
 }