コード例 #1
0
ファイル: Form1.cs プロジェクト: Kocherzhina/computer_shop
 private void button4_Click(object sender, EventArgs e)
 {
     /*frmProduct = new frmProduct();
      * this.Hide();
      * frmProduct.ShowDialog();*/
     tablefrm = new tablefrm();
     this.Hide();
     tablefrm.ShowDialog();
 }
コード例 #2
0
 private void button1_Click(object sender, EventArgs e)
 {
     tablefrm         = new tablefrm();
     tablefrm.Visible = true;
 }