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