コード例 #1
0
ファイル: Menu.cs プロジェクト: radtek/ITOperations
 private void button2_Click(object sender, EventArgs e)
 {
     using (ShopDBFreeSpace sdbfs = new ShopDBFreeSpace())
     {
         this.Visible = false;
         sdbfs.ShowDialog();
     }
     this.Visible = true;
 }
コード例 #2
0
ファイル: Menu.cs プロジェクト: wstsang/ITOperations
 private void button2_Click(object sender, EventArgs e)
 {
     using (ShopDBFreeSpace sdbfs = new ShopDBFreeSpace())
     {
         this.Visible = false;
         sdbfs.ShowDialog();
     }
     this.Visible = true;
 }
コード例 #3
0
 public ShopDBFreeSpaceRun(ShopDBFreeSpace form)
 {
     this.form = form;
 }
コード例 #4
0
 public ShopDBFreeSpaceRun(ShopDBFreeSpace form)
 {
     this.form = form;
 }