Пример #1
0
 private void 估价参数调整ToolStripMenuItem_Click(object sender, EventArgs e)
 {
     if (!isExist("Canshu"))
     {
         Canshu canshu = new Canshu();
         canshu.MdiParent = this;
         canshu.Show();
     }
 }
Пример #2
0
        private void 估价参数调整ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            if (!isExist("Canshu"))
            {
                Canshu canshu = new Canshu();
                canshu.MdiParent=this;
                canshu.Show();

            }
        }