public void AddCARRERASRow(CARRERASRow row) { this.Rows.Add(row); }
public void RemoveCARRERASRow(CARRERASRow row) { this.Rows.Remove(row); }
public CARRERASRowChangeEvent(CARRERASRow row, DataRowAction action) { this.eventRow = row; this.eventAction = action; }