public void RemoveCombinedSubcontractorsInformationRow(CombinedSubcontractorsInformationRow row) {
     this.Rows.Remove(row);
 }
 public CombinedSubcontractorsInformationRowChangeEvent(CombinedSubcontractorsInformationRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddCombinedSubcontractorsInformationRow(CombinedSubcontractorsInformationRow row) {
     this.Rows.Add(row);
 }