public void AddApqUserRow(ApqUserRow row) { this.Rows.Add(row); }
public void RemoveApqUserRow(ApqUserRow row) { this.Rows.Remove(row); }
public ApqUserRowChangeEvent(ApqUserRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }