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