public frmAgregarEditarConceptos(frmGestionConceptosCxC GestionConceptos, int ConceptoID) : this() { this.GestionConceptos = GestionConceptos; this.ConceptoID = ConceptoID; }
public frmAgregarEditarConceptos(frmGestionConceptosCxC GestionConceptos) : this() { this.GestionConceptos = GestionConceptos; }