Exemple #1
0
        public ShellViewModel()
        {
            _cupView = new CupViewModel();

            ShowCupViewCommand = new DelegateCommand(ExecuteShowCupView);

            ExecuteShowCupView();
        }
Exemple #2
0
        public ShellViewModel()
        {
            _cupView = new CupViewModel();

            ShowCupViewCommand = new DelegateCommand(ExecuteShowCupView);

            ExecuteShowCupView();
        }