Beispiel #1
0
 private void toolStripButton1_Click(object sender, EventArgs e)
 {
     frmAlunos a = new frmAlunos();
     a.MdiParent = this;
     a.Show();
 }
Beispiel #2
0
 private void alunosToolStripMenuItem_Click(object sender, EventArgs e)
 {
     frmAlunos a = new frmAlunos();
     a.MdiParent = this;
     a.Show();
 }