public void RemoveimplementRow(implementRow row) { this.Rows.Remove(row); }
public implementRowChangeEvent(implementRow row, DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void AddimplementRow(implementRow row) { this.Rows.Add(row); }