Exemple #1
0
 private void ShortDataGrid_Initialized(Object sender, EventArgs e)
 {
     _collection      = new ObservableCollection <ShortData>(ExcelParser.GetShortData(MainWindow.Data));
     totalPages.Text  = PagesCount.ToString();
     currentPage.Text = _currentPage.ToString();
     GeneratePageContent(_currentPage);
 }