예제 #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
파일: menuForm.cs 프로젝트: tca85/ASP.NET
        private void bemVindoToolStripMenuItem_Click(object sender, EventArgs e)
        {

            bemVindoToolStripMenuItem.Enabled = false;

            bemVindoForm f = new bemVindoForm();

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