public void Add客户信息Row(客户信息Row row) {
     this.Rows.Add(row);
 }
 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;
 }