예제 #1
0
 public BuildEventController(IServiceProvider serviceProvider, IJSLintErrorListProvider errorListProvider, IBuildProjectManager buildProjectManager, IVisualStudioJSLintProvider visualStudioJSLintProvider)
     : base(serviceProvider, errorListProvider, visualStudioJSLintProvider)
 {
     this.buildProjectManager = buildProjectManager;
     this.buildEvents         = this.Environment.Events.BuildEvents;
 }
예제 #2
0
 public BuildEventController(IServiceProvider serviceProvider, IJSLintErrorListProvider errorListProvider, IBuildProjectManager buildProjectManager, IVisualStudioJSLintProvider visualStudioJSLintProvider)
     : base(serviceProvider, errorListProvider, visualStudioJSLintProvider)
 {
     this.buildProjectManager = buildProjectManager;
     this.buildEvents = this.Environment.Events.BuildEvents;
 }