コード例 #1
0
ファイル: Form1.cs プロジェクト: qq54605802/qsgjxt_client
 private void 参数设置ToolStripMenuItem_Click(object sender, EventArgs e)
 {
     if (!isExist("Shezhi"))
     {
         Shezhi shezhi = new Shezhi();
         shezhi.MdiParent = this;
         shezhi.Show();
     }
 }
コード例 #2
0
ファイル: Form1.cs プロジェクト: qq54605802/qsgjxt_client
 private void 参数设置ToolStripMenuItem_Click(object sender, EventArgs e)
 {
     if (!isExist("Shezhi"))
     {
         Shezhi shezhi = new Shezhi();
         shezhi.MdiParent = this;
         shezhi.Show();
     }
 }