Esempio n. 1
0
 private void RefreshData()
 {
     this.dgList.DataSource = StockDB.GetStockList(this.FolderId);
 }