public void Remove假日Row(假日Row row) {
     this.Rows.Remove(row);
 }
 public 假日RowChangeEvent(假日Row row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void Add假日Row(假日Row row) {
     this.Rows.Add(row);
 }