示例#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;
 }