Example #1
0
 public int CanCreateNewProjectAtLocation(int fCreateNewSolution, string pszFullProjectFilePath, out int pfCanCreate)
 {
     return(_solution.CanCreateNewProjectAtLocation(fCreateNewSolution, pszFullProjectFilePath, out pfCanCreate));
 }