예제 #1
0
 private void exercicio3ToolStripMenuItem_Click(object sender, EventArgs e)
 {
     frmExercicio3 objFrm3 = new frmExercicio3();
     objFrm3.MdiParent = this;
     objFrm3.WindowState = FormWindowState.Maximized;
     objFrm3.Show();
 }
예제 #2
0
        private void form3ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Form fc = Application.OpenForms[""];

            if (fc != null)
            {
                fc.Close();
            }
            frmExercicio3 frmExercicio3 = new frmExercicio3();

            frmExercicio3.MdiParent   = this;
            frmExercicio3.WindowState = FormWindowState.Maximized;
            frmExercicio3.Show();
        }
예제 #3
0
        private void exercício3ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmExercicio3 objFrm3 = new frmExercicio3();

            objFrm3.Show();
        }