public frmTest(frmPrincipal objP) { InitializeComponent(); this.objP = objP; }
public frmFacturador(frmPrincipal objP) { InitializeComponent(); this.objP = objP; }