Ejemplo n.º 1
0
 private void CountButton_Click(object sender, RoutedEventArgs e)
 {
     // Count all Products
     _viewModel.Count();
 }