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