public void RemoveAllHistoryRow(AllHistoryRow row) { this.Rows.Remove(row); }
public AllHistoryRowChangeEvent(AllHistoryRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void AddAllHistoryRow(AllHistoryRow row) { this.Rows.Add(row); }