public FindInSolExpCommand(Guid guidId, int id, IMenuCommandService menuCommandService, ILogger _logger, DTE2 _dte)
     : base(guidId, id, menuCommandService, _logger)
 {
     solutionExplorer = new SolutionExplorer(_dte);
     dte = _dte;
 }
 public FindInSCEFromSolExpCommand(IMenuCommandService menuCommandService, ILogger _logger, DTE2 _dte, ITFSVersionControl _tfs)
     : base(GuidList.guidTFSProductivityPackCmdSet, PkgCmdIDList.cmdIdFindInSCEFromSolExp, menuCommandService, _logger, _dte, _tfs)
 {
     solutionExplorer = new SolutionExplorer(_dte);
 }