public void RemoveLFS_TowedRow(LFS_TowedRow row) {
     this.Rows.Remove(row);
 }
 public PrintVehicleUsageInUSARow AddPrintVehicleUsageInUSARow(string UnitCode, System.DateTime Date_, LFS_TowedRow parentLFS_TowedRowByFK_LFS_PROJECT_TIME_LFS_UNIT1, string ProjectTimeState) {
     PrintVehicleUsageInUSARow rowPrintVehicleUsageInUSARow = ((PrintVehicleUsageInUSARow)(this.NewRow()));
     object[] columnValuesArray = new object[] {
             UnitCode,
             Date_,
             null,
             ProjectTimeState};
     if ((parentLFS_TowedRowByFK_LFS_PROJECT_TIME_LFS_UNIT1 != null)) {
         columnValuesArray[2] = parentLFS_TowedRowByFK_LFS_PROJECT_TIME_LFS_UNIT1[0];
     }
     rowPrintVehicleUsageInUSARow.ItemArray = columnValuesArray;
     this.Rows.Add(rowPrintVehicleUsageInUSARow);
     return rowPrintVehicleUsageInUSARow;
 }
 public void AddLFS_TowedRow(LFS_TowedRow row) {
     this.Rows.Add(row);
 }
 public LFS_TowedRowChangeEvent(LFS_TowedRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }