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