Beispiel #1
0
 private void ReturnToMain()
 {
     this.Hide();
     mStudentForm.Show();
     this.Close();
 }