public SetupController(
            INotifier notifier, 
            ISetupService setupService, 
            IViewsBackgroundCompilation viewsBackgroundCompilation) {
            _viewsBackgroundCompilation = viewsBackgroundCompilation;
            _notifier = notifier;
            _setupService = setupService;

            T = NullLocalizer.Instance;
            Logger = NullLogger.Instance;
        }
        public SetupController(
            INotifier notifier,
            ISetupService setupService,
            IViewsBackgroundCompilation viewsBackgroundCompilation)
        {
            _viewsBackgroundCompilation = viewsBackgroundCompilation;
            _notifier     = notifier;
            _setupService = setupService;

            T      = NullLocalizer.Instance;
            Logger = NullLogger.Instance;
        }
예제 #3
0
        public SetupController(
              INotifier notifier,
              ISetupService setupService,
              IViewsBackgroundCompilation viewsBackgroundCompilation,
              ShellSettings shellSettings)
        {
            _viewsBackgroundCompilation = viewsBackgroundCompilation;
            _shellSettings = shellSettings;
            _notifier = notifier;
            _setupService = setupService;

            Logger = NullLogger.Instance;
        }
예제 #4
0
        public SetupController(
            INotifier notifier,
            ISetupService setupService,
            IViewsBackgroundCompilation viewsBackgroundCompilation,
            ShellSettings shellSettings)
        {
            _viewsBackgroundCompilation = viewsBackgroundCompilation;
            _shellSettings = shellSettings;
            _notifier      = notifier;
            _setupService  = setupService;

            Logger = NullLogger.Instance;
        }
예제 #5
0
        public SetupController(
            INotifier notifier,
            ISetupService setupService,
            IViewsBackgroundCompilation viewsBackgroundCompilation,
            ShellSettings shellSettings)
        {
            _viewsBackgroundCompilation = viewsBackgroundCompilation;
            _shellSettings = shellSettings;
            _notifier      = notifier;
            _setupService  = setupService;

            T      = NullLocalizer.Instance;
            Logger = NullLogger.Instance;
            RecipeExecutionTimeout = 600;
        }
예제 #6
0
        public SetupController(
            INotifier notifier,
            ISetupService setupService,
            IViewsBackgroundCompilation viewsBackgroundCompilation,
            ShellSettings shellSettings) {

            _viewsBackgroundCompilation = viewsBackgroundCompilation;
            _shellSettings = shellSettings;
            _notifier = notifier;
            _setupService = setupService;

            T = NullLocalizer.Instance;
            Logger = NullLogger.Instance;
            RecipeExecutionTimeout = 600;
        }