Exemplo n.º 1
0
 public RunAllTestsCommand(TestsViewModel testsViewModel)
 {
     _testsViewModel = testsViewModel;
     _testsViewModel.PropertyChanged += PropertyChanged;
 }
Exemplo n.º 2
0
 public RunAllTestsCommand(TestsViewModel testsViewModel)
 {
     _testsViewModel = testsViewModel;
     _testsViewModel.PropertyChanged += PropertyChanged;
 }