コード例 #1
0
ファイル: MainForm.cs プロジェクト: liwei5946/CEMS
 private void toolStripButton_trouble_Click(object sender, EventArgs e)
 {
     if (!showChildrenForm("TroubleForm"))
     {
         TroubleForm eq_TroubleForm = new TroubleForm();
         eq_TroubleForm.MdiParent = this;
         eq_TroubleForm.Show();
     }
 }
コード例 #2
0
ファイル: MainForm.cs プロジェクト: liwei5946/CEMS
 private void shiguguanli_Click(object sender, EventArgs e)
 {
     if (!showChildrenForm("TroubleForm"))
     {
         TroubleForm eq_TroubleForm = new TroubleForm();
         eq_TroubleForm.MdiParent = this;
         eq_TroubleForm.Show();
     }
 }