示例#1
0
 /// <summary>
 /// 设备台帐管理
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 private void eqAccountMenuItem_Click(object sender, EventArgs e)
 {
     if (!showChildrenForm("AccountForm"))
     {
         AccountForm eq_account = new AccountForm();
         eq_account.MdiParent = this;
         eq_account.Show();
     }
 }
示例#2
0
 private void toolStripButton1_Click(object sender, EventArgs e)
 {
     if (!showChildrenForm("AccountForm"))
     {
         AccountForm eq_account = new AccountForm();
         eq_account.MdiParent = this;
         eq_account.Show();
     }
 }