public void RemoveKeyIRsRow(KeyIRsRow row) { this.Rows.Remove(row); }
public KeyIRsRowChangeEvent(KeyIRsRow row, System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void AddKeyIRsRow(KeyIRsRow row) { this.Rows.Add(row); }