OpenSolution() public static method

public static OpenSolution ( ) : void
return void
Esempio n. 1
0
 public void OpenSolutionAndTestExplorer()
 {
     VS.OpenSolution();
     VS.TestExplorer.OpenTestExplorer();
 }