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);
 }
 public void Remove楼层信息Row(楼层信息Row row) {
     this.Rows.Remove(row);
 }