コード例 #1
0
 public void LoadIndicators()
 {
     IsBusy = true;
     //Indicators = GetMockedIndicators(); //GetIndicators();
     Indicators         = GetIndicators();
     NoDataLabelVisible = !Indicators.Any();
     IsBusy             = false;
 }