public void AddreporteAnticiposPorAnioMesRow(reporteAnticiposPorAnioMesRow row) { this.Rows.Add(row); }
public void RemovereporteAnticiposPorAnioMesRow(reporteAnticiposPorAnioMesRow row) { this.Rows.Remove(row); }
public reporteAnticiposPorAnioMesRowChangeEvent(reporteAnticiposPorAnioMesRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }