public CodeCoveragePad() { instance = this; codeCoverageControl = new CodeCoverageControl(); codeCoverageControl.UpdateToolbar(); ProjectService.SolutionClosed += SolutionClosed; ProjectService.SolutionLoaded += SolutionLoaded; ShowSourceCodePanel = CodeCoverageOptions.ShowSourceCodePanel; ShowVisitCountPanel = CodeCoverageOptions.ShowVisitCountPanel; }
public void UpdateToolbar() { codeCoverageControl.UpdateToolbar(); }