private void NewStudentForm() { //Set up and show the form to add a new student. StudentAddForm studentAdd = new StudentAddForm(this); studentAdd.Show(); }
private void NewStudentForm() { StudentAddForm studentAdd = new StudentAddForm(this); studentAdd.Show(); }