public void RemovePL_TimerTaskRow(PL_TimerTaskRow row) {
     this.Rows.Remove(row);
 }
 public PL_TimerTaskRowChangeEvent(PL_TimerTaskRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddPL_TimerTaskRow(PL_TimerTaskRow row) {
     this.Rows.Add(row);
 }