Explorar o código

Загрузить файлы ''

Andrew %!s(int64=2) %!d(string=hai) anos
pai
achega
af5453a5f0
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      123.txt

+ 8 - 0
123.txt

@@ -0,0 +1,8 @@
+List<string> listManufacturer = new List<string>();
+            listManufacturer.Add("Все производители");
+            foreach (Product product in BaseConnect.BaseModel.Product.ToList())
+            {
+                string Manuf = product.ProductManufacturer;
+                listManufacturer.Add(Manuf);
+            }
+            cbManufact.ItemsSource = listManufacturer.Distinct();