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