Ejemplo n.º 1
0
 private void LoadData()
 {
     CoffeeDataService coffeeDataService = new CoffeeDataService();
     Coffees = coffeeDataService.GetAllCoffees().ToObservableCollection();
     CoffeeListView.ItemsSource = Coffees; 
 }