Ejemplo 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;
 }
Ejemplo n.º 3
0
 public WorkspacerResultFinder(IWoxContextService woxContextService, IWorkspacerService workspacerService) : base(woxContextService)
 {
     WorkspacerService = workspacerService;
 }
Ejemplo n.º 4
0
 public ResultService(IWoxContextService woxContextService)
 {
     WoxContextService = woxContextService;
 }
Ejemplo n.º 5
0
 public WoxResultFinder(IWoxContextService woxContextService)
 {
     WoxContextService = woxContextService;
 }