public static ISolution CreateSolution(this IRocketReflektor dteSolution, string destination, string name, string[] projectTemplateNames)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public Solution(IRocketReflektor injectedDte)
 {
     _injectedDte = injectedDte;
 }
 public static ISolution CurrentSolution(this IRocketReflektor dteSolution)
 {
     throw new NotImplementedException();
 }