private void bemVindoToolStripMenuItem_Click(object sender, EventArgs e) { bemVindoToolStripMenuItem.Enabled = false; bemVindoForm f = new bemVindoForm(); f.MdiParent = this; f.Show(); //f.ShowDialog(); //Modal }