Esempio n. 1
0
 public WebAppResultFinder(IWoxContextService woxContextService, IWebAppService webAppService, IHelperService helperService, IApplicationInformationService applicationInformationService, ISystemWebAppService systemWebAppService) : base(woxContextService)
 {
     WebAppService = webAppService;
     HelperService = helperService;
     ApplicationInformationService = applicationInformationService;
     SystemWebAppService           = systemWebAppService;
 }
 public WoxUnitResultFinder(IWoxContextService woxContextService, IUnitConversionService unitConversionService, ISystemService systemService)
     : base(woxContextService)
 {
     UnitConversionService = unitConversionService;
     SystemService         = systemService;
 }
Esempio n. 3
0
 public WorkspacerResultFinder(IWoxContextService woxContextService, IWorkspacerService workspacerService) : base(woxContextService)
 {
     WorkspacerService = workspacerService;
 }
Esempio n. 4
0
 public ResultService(IWoxContextService woxContextService)
 {
     WoxContextService = woxContextService;
 }
Esempio n. 5
0
 public WoxResultFinder(IWoxContextService woxContextService)
 {
     WoxContextService = woxContextService;
 }