public 区域代码Row Add区域代码Row(string 区域, string 代码) { 区域代码Row row区域代码Row = ((区域代码Row)(this.NewRow())); row区域代码Row.ItemArray = new object[] { 区域, 代码 }; this.Rows.Add(row区域代码Row); return(row区域代码Row); }
public 区域代码RowChangeEvent(区域代码Row row, DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void Remove区域代码Row(区域代码Row row) { this.Rows.Remove(row); }
public void Add区域代码Row(区域代码Row row) { this.Rows.Add(row); }