Exemple #1
0
 public RunAllTestsCommand(TestsViewModel testsViewModel)
 {
     _testsViewModel = testsViewModel;
     _testsViewModel.PropertyChanged += PropertyChanged;
 }
Exemple #2
0
 public RunAllTestsCommand(TestsViewModel testsViewModel)
 {
     _testsViewModel = testsViewModel;
     _testsViewModel.PropertyChanged += PropertyChanged;
 }