コード例 #1
0
 private void CountSearchButton_Click(object sender, RoutedEventArgs e)
 {
     // Count Products
     _viewModel.CountUsingSearch();
 }