public ShowChanges() { InitializeComponent(); this._cview = new PagingCollectionView(Parser.MainWindow.changes, 15); this.DataContext = this._cview; }
public Shortlist() { InitializeComponent(); this._cview = new PagingCollectionView(Parser.MainWindow.threats, 15); this.DataContext = this._cview; }