Example #1
0
        private void btnExercicio4_Click(object sender, EventArgs e)
        {
            frmExercicio4 frm = new frmExercicio4();

            frm.WindowState = FormWindowState.Maximized;
            frm.Show();
        }
Example #2
0
        private void exercĂ­cio4ToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            frmExercicio4 frm4 = new frmExercicio4();

            frm4.MdiParent   = this;
            frm4.WindowState = FormWindowState.Maximized;
            frm4.Show();
        }