Пример #1
0
        private void bemVindoToolStripMenuItem_Click(object sender, EventArgs e)
        {
            bemVindoToolStripMenuItem.Enabled = false;

            bemVindoForm f = new bemVindoForm();

            f.MdiParent = this;
            f.Show();
            //f.ShowDialog();     //Modal
        }
Пример #2
0
        private void bemVindoToolStripMenuItem_Click(object sender, EventArgs e)
        {

            bemVindoToolStripMenuItem.Enabled = false;

            bemVindoForm f = new bemVindoForm();

            f.MdiParent = this;
            f.Show();
            //f.ShowDialog();     //Modal
        }