Ejemplo n.º 1
0
        void GetServices()
        {
            _viewModel = ServiceLocator.Current.GetInstance <MainPageFragmentViewModel>();

            _keyboardService = ServiceLocator.Current.GetInstance <IKeyboardService>();

            _messenger = GalaSoft.MvvmLight.Messaging.Messenger.Default;
        }
Ejemplo n.º 2
0
		void GetServices ()
		{
			_viewModel = ServiceLocator.Current.GetInstance<MainPageFragmentViewModel>();

			_keyboardService = ServiceLocator.Current.GetInstance<IKeyboardService>();

			_messenger = GalaSoft.MvvmLight.Messaging.Messenger.Default;
		}