public void RemoveCombinedLabourHoursInformationRow(CombinedLabourHoursInformationRow row) {
     this.Rows.Remove(row);
 }
 public CombinedLabourHoursInformationRowChangeEvent(CombinedLabourHoursInformationRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddCombinedLabourHoursInformationRow(CombinedLabourHoursInformationRow row) {
     this.Rows.Add(row);
 }