예제 #1
0
 public bool IsPackageInstalledInSolution(IPackage package)
 {
     return(solution.IsPackageInstalled(package));
 }