Exemplo n.º 1
0
        void ArmourToolStripMenuItem_Click(object sender, EventArgs e)
        {
            if (frmArmour == null)
            {
                frmArmour           = new FormArmour();
                frmArmour.MdiParent = this;
            }

            frmArmour.Show();
            frmClasses.BringToFront();
        }