示例#1
0
 public BugReportingPlugin(IBugReportingService bugReportingService, BugReportingContextService bugReportingContextService)
 {
     _bugReportingService        = bugReportingService;
     _bugReportingContextService = bugReportingContextService;
     _filesToBeAttached          = new List <string>();
 }