Exemple #1
0
 private void downloaddata()
 {
     while (newchartsyms.hasItems)
     {
         string sym   = newchartsyms.Read();
         var    chart = BarListImpl.GetChart(sym, usecachenow, 200, debug);
         newChart(chart);
     }
 }
Exemple #2
0
        void downloadchart()
        {
            var chart = BarListImpl.GetChart(_downloadsym, debug);

            gotchart(chart);
        }