Example #1
0
 public void ListBoxCategory()
 {
     categories = wc.GetAll();
     cmbCategory.ItemsSource = wc.GetAll();
 }