Пример #1
0
 private void TopActiveReloadData(frmStockRanking.ActiveGroupTypes activeGroupType)
 {
     base.IsLoadingData = true;
     this.activeGroupTypeTopActive = activeGroupType;
     this.TopActiveUpdateUIReloadData(activeGroupType);
     if (!this.bgwTopActiveLoadData.IsBusy)
     {
         this.bgwTopActiveLoadData.RunWorkerAsync();
     }
 }
Пример #2
0
 private void frmStockRanking_IDoLoadData()
 {
     try
     {
         if (this.activeGroupTypeTopActive == frmStockRanking.ActiveGroupTypes.None)
         {
             this.activeGroupTypeTopActive = frmStockRanking.ActiveGroupTypes.MostActive_Main;
         }
         this.ReloadDataPage(this.currentPage);
     }
     catch (Exception ex)
     {
         this.ShowError("frmStockRanking_IDoLoadData", ex);
     }
 }