예제 #1
0
 public SolutionExplorerWindow(IAnkhServiceProvider context)
     : base(context)
 {
     if (!VSVersion.VS2012OrLater)
     {
         _hookImageList = true;
         _manager = new SolutionTreeViewManager(Context);
     }
 }
예제 #2
0
 public SolutionExplorerWindow(IAnkhServiceProvider context)
     : base(context)
 {
     _manager = new SolutionTreeViewManager(Context);
 }