public void RemovePrintHoursForProjectRow(PrintHoursForProjectRow row) {
     this.Rows.Remove(row);
 }
 public PrintHoursForProjectRowChangeEvent(PrintHoursForProjectRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddPrintHoursForProjectRow(PrintHoursForProjectRow row) {
     this.Rows.Add(row);
 }