Ejemplo n.º 1
0
 private void Comprar_GiftCard_Click(object sender, EventArgs e)
 {
     ComprarGiftCard.ComprarGiftForm c = new ComprarGiftCard.ComprarGiftForm(this._Owner.Model1.UserRow);
     c.Owner = this;
     //this.Hide();
     c.Show();
 }
Ejemplo n.º 2
0
 private void Comprar_GiftCard_Click(object sender, EventArgs e)
 {
     ComprarGiftCard.ComprarGiftForm c= new ComprarGiftCard.ComprarGiftForm(this._Owner.Model1.UserRow);
     c.Owner = this;
     //this.Hide();
     c.Show();
 }