public void Remove品號ViewRow(品號ViewRow row) { this.Rows.Remove(row); }
public 品號ViewRowChangeEvent(品號ViewRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void Add品號ViewRow(品號ViewRow row) { this.Rows.Add(row); }