コード例 #1
0
ファイル: special.cs プロジェクト: wesam19/Myproject2
 private void button2_Click(object sender, EventArgs e)
 {
     using (buy d = new buy())
     {
         d.ShowDialog();
     }
 }
コード例 #2
0
 private void button4_Click(object sender, EventArgs e)
 {
     using (buy d = new buy())
     {
         d.ShowDialog();
     }
     stack.Push(112233);
     MessageBox.Show("Product ID Added to Your Stack", "Done", MessageBoxButtons.OK, MessageBoxIcon.Information);
 }