private void button3_Click(object sender, EventArgs e) { var pesqAluno = new PesquisarAluno(); pesqAluno.MdiParent = IGE.ActiveForm; pesqAluno.Show(); }
private void pictureBox4_Click(object sender, EventArgs e) { var pa = new PesquisarAluno(); pa.MdiParent = IGE.ActiveForm; pa.Show(); }
private void pictureBoxAlunos_Click(object sender, EventArgs e) { var alun = new PesquisarAluno(); alun.MdiParent = IGE.ActiveForm; alun.Show(); }