Exemple #1
0
 public void QueryStocks(string str)
 {
     stocks.Clear();
     StockUtil.QueryStocks(str).ForEach(p => stocks.Add(p));
 }