public void RemoveTAPRow(TAPRow row) { this.Rows.Remove(row); }
public TAPRowChangeEvent(TAPRow row, DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void AddTAPRow(TAPRow row) { this.Rows.Add(row); }