public void AddBLOCKCONSTRUCTIONPLAN_TABRow(BLOCKCONSTRUCTIONPLAN_TABRow row) {
     this.Rows.Add(row);
 }
 public void RemoveBLOCKCONSTRUCTIONPLAN_TABRow(BLOCKCONSTRUCTIONPLAN_TABRow row) {
     this.Rows.Remove(row);
 }
 public BLOCKCONSTRUCTIONPLAN_TABRowChangeEvent(BLOCKCONSTRUCTIONPLAN_TABRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }