コード例 #1
0
ファイル: Main.cs プロジェクト: imewp/-SupermarketManage
 private void tsbtnRoomSearch_Click(object sender, EventArgs e)
 {
     if (this.MdiChildren.Length == 0)
     {
         KCGoodsFind kc = new KCGoodsFind();
         kc.MdiParent = this;
         kc.Show();
     }
 }
コード例 #2
0
ファイル: Main.cs プロジェクト: imewp/-SupermarketManage
 private void 库存查询ToolStripMenuItem_Click(object sender, EventArgs e)
 {
     if (this.MdiChildren.Length == 0)
     {
         KCGoodsFind kc = new KCGoodsFind();
         kc.MdiParent = this;
         kc.Show();
     }
 }