Пример #1
0
 public frmAgregarEditarConceptos(frmGestionConceptosCxC GestionConceptos, int ConceptoID) : this()
 {
     this.GestionConceptos = GestionConceptos;
     this.ConceptoID       = ConceptoID;
 }
Пример #2
0
 public frmAgregarEditarConceptos(frmGestionConceptosCxC GestionConceptos) : this()
 {
     this.GestionConceptos = GestionConceptos;
 }