public void RemoveacodecRow(acodecRow row) { this.Rows.Remove(row); }
public acodecRowChangeEvent(acodecRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void AddacodecRow(acodecRow row) { this.Rows.Add(row); }