Пример #1
0
 public frmAgregarEditarConceptosCxP(frmGestionConceptosCxP GestionConceptos) : this()
 {
     this.GestionConceptos = GestionConceptos;
 }
Пример #2
0
 public frmAgregarEditarConceptosCxP(Int32 ConceptoID, frmGestionConceptosCxP GestionConceptos) : this()
 {
     this.ConceptoID       = ConceptoID;
     this.GestionConceptos = GestionConceptos;
 }