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; }