Пример #1
0
		public CodeCoveragePad()
		{
			instance = this;
			
			codeCoverageControl = new CodeCoverageControl();
			codeCoverageControl.UpdateToolbar();
					
			ProjectService.SolutionClosed += SolutionClosed;
			ProjectService.SolutionLoaded += SolutionLoaded;
			
			ShowSourceCodePanel = CodeCoverageOptions.ShowSourceCodePanel;
			ShowVisitCountPanel = CodeCoverageOptions.ShowVisitCountPanel;
		}
Пример #2
0
        public CodeCoveragePad()
        {
            instance = this;

            codeCoverageControl = new CodeCoverageControl();
            codeCoverageControl.UpdateToolbar();

            ProjectService.SolutionClosed += SolutionClosed;
            ProjectService.SolutionLoaded += SolutionLoaded;

            ShowSourceCodePanel = CodeCoverageOptions.ShowSourceCodePanel;
            ShowVisitCountPanel = CodeCoverageOptions.ShowVisitCountPanel;
        }