//巡更系统 private void show_xungeng() { if (this.checkChildFrmExist("巡更系统") == true) { return; } Form f = new Form(); f = new xg.xg_main(); f.Text = "巡更系统"; f.MdiParent = this; f.WindowState = FormWindowState.Maximized; f.Show(); }
//巡更系统 private void toolStripButton6_Click(object sender, EventArgs e) { if (this.checkChildFrmExist("巡更系统") == true) { return; } Form f = new xg.xg_main(); f.Text = "巡更系统"; f.MdiParent = this; f.WindowState = FormWindowState.Maximized; f.Show(); }