Exemplo n.º 1
0
 private void studentButton_Click(object sender, EventArgs e)
 {
     StudentForm studentForm = new StudentForm();
     studentForm.Visible = true;
 }