Exemplo n.º 1
0
        private void 系统管理ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            SystemManagement sm = new SystemManagement();

            sm.MdiParent   = this;
            sm.WindowState = FormWindowState.Maximized;//以最大化形式打开
            sm.Show();
        }