Example #1
0
 private static void buttonNewRegistration_Click(object sender, EventArgs e)
 {
     hideAllComponents();
     StudentRegistrationForm.resetStudentInformation();
     StudentAccountForm.resetAccountInformation();
     resetAccountInformation();
     StudentRegistrationForm.showAllComponents();
 }
 private static void buttonBack_Click(object sender, EventArgs e)
 {
     hideAllComponents();
     StudentRegistrationForm.showAllComponents();
 }