Exemplo n.º 1
0
 private void 参数设置ToolStripMenuItem_Click(object sender, EventArgs e)
 {
     if (!isExist("Shezhi"))
     {
         Shezhi shezhi = new Shezhi();
         shezhi.MdiParent = this;
         shezhi.Show();
     }
 }
Exemplo n.º 2
0
 private void 参数设置ToolStripMenuItem_Click(object sender, EventArgs e)
 {
     if (!isExist("Shezhi"))
     {
         Shezhi shezhi = new Shezhi();
         shezhi.MdiParent = this;
         shezhi.Show();
     }
 }