コード例 #1
0
 public RegisteredStudents(StudentRegistration _studentRegistrationForm)
 {
     _studentRegistrationRepo = new StudentRegistrationRepo();
     InitializeComponent();
     studentRegistrationForm = _studentRegistrationForm;
 }
コード例 #2
0
 public StudentRegistration()
 {
     InitializeComponent();
     _studentRegistrationRepo = new StudentRegistrationRepo();
 }