public void AddprintmanhoursperphasejlinstallRow(printmanhoursperphasejlinstallRow row) {
     this.Rows.Add(row);
 }
 public void RemoveprintmanhoursperphasejlinstallRow(printmanhoursperphasejlinstallRow row) {
     this.Rows.Remove(row);
 }
 public printmanhoursperphasejlinstallRowChangeEvent(printmanhoursperphasejlinstallRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }