public void AddKeyNumberTbleRow(KeyNumberTbleRow row) { this.Rows.Add(row); }
public void RemoveKeyNumberTbleRow(KeyNumberTbleRow row) { this.Rows.Remove(row); }
public KeyNumberTbleRowChangeEvent(KeyNumberTbleRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }