예제 #1
0
파일: menuForm.cs 프로젝트: tca85/ASP.NET
        private void exceptionsToolStripMenuItem_Click(object sender, EventArgs e)
        {
            filhoUnicoForm f = new filhoUnicoForm();

            f.MdiParent = this;
            f.Show();
        }
예제 #2
0
        private void exceptionsToolStripMenuItem_Click(object sender, EventArgs e)
        {
            filhoUnicoForm f = new filhoUnicoForm();

            f.MdiParent = this;
            f.Show();
        }