Exemplo n.º 1
0
 private void registrarConsumo_Click(object sender, EventArgs e)
 {
     RegistroConsumoCupon.RegistroConsumoForm rc = new RegistroConsumoCupon.RegistroConsumoForm(this._owner.Model1.UserRow);
     rc.Owner = this;
     rc.Show();
 }
Exemplo n.º 2
0
 private void registrarConsumo_Click(object sender, EventArgs e)
 {
     RegistroConsumoCupon.RegistroConsumoForm rc = new RegistroConsumoCupon.RegistroConsumoForm(this._owner.Model1.UserRow);
     rc.Owner = this;
     rc.Show();
 }
 public RegistrarConsumoApp(RegistroConsumoForm own)
 {
     this.Owner = own;
 }
 public RegistrarConsumoApp(RegistroConsumoForm own)
 {
     this.Owner = own;
 }