Exemple #1
0
 /// <summary>
 /// 更新ListView的內容,並且更新clientList這個List變數
 /// </summary>
 public void UpdateListAll()
 {
     dataList = SQLManager.GetDataList(SQLManager.DataType.Product) as List <ProductData>;
     UpdateList(dataList);
 }