public RegisteredStudents(StudentRegistration _studentRegistrationForm)
 {
     _studentRegistrationRepo = new StudentRegistrationRepo();
     InitializeComponent();
     studentRegistrationForm = _studentRegistrationForm;
 }
Ejemplo n.º 2
0
 public StudentRegistration()
 {
     InitializeComponent();
     _studentRegistrationRepo = new StudentRegistrationRepo();
 }