Esempio n. 1
0
 private void createCouponButton_Click(object sender, EventArgs e)
 {
     Special.coupon sc = new Special.coupon();
     //sc.MdiParent = this;
     sc.Show();
 }
 private void createCouponToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Special.coupon sc = new Special.coupon();
     sc.MdiParent = this;
     sc.Show();
 }