public RegisteredStudents(StudentRegistration _studentRegistrationForm) { _studentRegistrationRepo = new StudentRegistrationRepo(); InitializeComponent(); studentRegistrationForm = _studentRegistrationForm; }
public StudentRegistration() { InitializeComponent(); _studentRegistrationRepo = new StudentRegistrationRepo(); }