Example #1
0
 public frmTest(frmPrincipal objP)
 {
     InitializeComponent();
     this.objP = objP;
 }
Example #2
0
 public frmFacturador(frmPrincipal objP)
 {
     InitializeComponent();
     this.objP = objP;
 }