Inheritance: ViewModelBase, IDisplaysIndeterminateProgress
Exemplo n.º 1
0
        public MainViewModel()
        {
            var locator = new ViewModelLocator();
            _termIeViewModel = locator.TermIe;
            _twitterViewModel = locator.Twitter;

            NavigatedToCommand = new RelayCommand(() => TwitterViewModel.NavigatedToCommand.Execute());
        }
Exemplo n.º 2
0
        public MainViewModel()
        {
            var locator = new ViewModelLocator();

            _termIeViewModel  = locator.TermIe;
            _twitterViewModel = locator.Twitter;

            NavigatedToCommand = new RelayCommand(() => TwitterViewModel.NavigatedToCommand.Execute());
        }