예제 #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;
 }