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

            studentAdd.Show();
        }