public MP_BCTHEOTUNGDAILYRowChangeEvent(MP_BCTHEOTUNGDAILYRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddMP_BCTHEOTUNGDAILYRow(MP_BCTHEOTUNGDAILYRow row) {
     this.Rows.Add(row);
 }
 public void RemoveMP_BCTHEOTUNGDAILYRow(MP_BCTHEOTUNGDAILYRow row) {
     this.Rows.Remove(row);
 }