Exemplo n.º 1
0
 public frmAgregarEditarConceptosCxP(frmGestionConceptosCxP GestionConceptos) : this()
 {
     this.GestionConceptos = GestionConceptos;
 }
Exemplo n.º 2
0
 public frmAgregarEditarConceptosCxP(Int32 ConceptoID, frmGestionConceptosCxP GestionConceptos) : this()
 {
     this.ConceptoID       = ConceptoID;
     this.GestionConceptos = GestionConceptos;
 }