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