Esempio n. 1
0
 private void load()
 {
     categoryList = XmlCommunication.LoadCategory();
     foreach (var item in categoryList.GetCategoryList())
     {
         cbCategories.Items.Add(item.Name);
     }
 }