Ejemplo n.º 1
0
        public StatisticsWindowViewModel()
        {
            #if DEBUG
            if (DesignerProperties.GetIsInDesignMode(new DependencyObject()))
            {
                return;
            }
            #endif

            _statisticsShowViewModel = new StatisticsShowViewModel();
            _dictionaryListViewModel = new DictionaryListViewModel();
        }
Ejemplo n.º 2
0
        public StudyWindowViewModel()
        {
            #if DEBUG
            if (DesignerProperties.GetIsInDesignMode(new DependencyObject()))
            {
                return;
            }
            #endif

            _dictionaryListViewModel = new DictionaryListViewModel();
            _wordShowViewModel       = new WordShowViewModel();
            _userListViewModel       = new UserListViewModel();
        }