Ejemplo n.º 1
0
        private void toolStripButton7_Click(object sender, EventArgs e)
        {
            ExamForm efm = new ExamForm();

            efm.MdiParent = this;
            efm.Show();
        }
Ejemplo n.º 2
0
        private void buttonX4_Click(object sender, EventArgs e)
        {
            ExamForm ef = new ExamForm();

            ef.Show();
        }