public RegisteredStudents(StudentRegistration _studentRegistrationForm)
 {
     _studentRegistrationRepo = new StudentRegistrationRepo();
     InitializeComponent();
     studentRegistrationForm = _studentRegistrationForm;
 }
Пример #2
0
 public StudentRegistration()
 {
     InitializeComponent();
     _studentRegistrationRepo = new StudentRegistrationRepo();
 }