Ejemplo n.º 1
0
 private void 查询估价项目ToolStripMenuItem_Click(object sender, EventArgs e)
 {
     if (!isExist("Chaxun"))
     {
         Chaxun chaxun = new Chaxun();
         chaxun.MdiParent = this;
         chaxun.Show();
     }
 }
Ejemplo n.º 2
0
        private void 查询估价项目ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            if (!isExist("Chaxun"))
            {
                Chaxun chaxun = new Chaxun();
                chaxun.MdiParent = this;
                chaxun.Show();

            }
        }