示例#1
0
        private void ShowGridBtn_Click(object sender, RoutedEventArgs e)
        {
            InitIndicator(CurrentStocks);
            var gridView = new StockGridView(CurrentStocks);

            FillRssInfo(CurrentStockSymbol);
            gridView.Show();
        }