Пример #1
0
        public StockTickerViewModel(ISearchViewModel searchViewModel, IBusyIndicationViewModel busyIndication)
        {
            this.Search         = searchViewModel;
            this.BusyIndication = busyIndication;

            this.DisplayName = General.StockTickerTitle;
        }
Пример #2
0
        public AuthenticationViewModel(IAuthenticationStepFactory authenticationStepFactory, IBusyIndicationViewModel busyIndication)
        {
            this.authenticationStepFactory = authenticationStepFactory;
            this.BusyIndication            = busyIndication;

            this.DisplayName = Authentication.AuthenticationTitle;
        }