Beispiel #1
0
 private void Armar_Cupon_Click(object sender, EventArgs e)
 {
     ArmarCupon.ArmarCuponForm ac = new ArmarCupon.ArmarCuponForm(this._owner.Model1.UserRow);
     ac.Owner = this;
     ac.Show();
 }
Beispiel #2
0
 public ArmarCuponApp(ArmarCuponForm own)
 {
     this.owner = own;
 }
 public ArmarCuponApp(ArmarCuponForm own)
 {
     this.owner = own;
 }
Beispiel #4
0
 private void Armar_Cupon_Click(object sender, EventArgs e)
 {
     ArmarCupon.ArmarCuponForm ac = new ArmarCupon.ArmarCuponForm(this._owner.Model1.UserRow);
     ac.Owner = this;
     ac.Show();
 }