Exemplo n.º 1
0
 private void toolStripMenuItem1_Click(object sender, EventArgs e)
 {
     lblLogoText.Visible = false;
     TestAndExam_WinForm _child = new TestAndExam_WinForm();
     _child.Show();
 }
Exemplo n.º 2
0
 private void testExaminationToolStripMenuItem_Click(object sender, EventArgs e)
 {
     lblLogoText.Visible = false;
     TestAndExam_WinForm _child = new TestAndExam_WinForm();
     _child.MdiParent = this;
     _child.Show();
 }