Exemplo n.º 1
0
        public ShellViewModel()
        {
            _cupView = new CupViewModel();

            ShowCupViewCommand = new DelegateCommand(ExecuteShowCupView);

            ExecuteShowCupView();
        }
Exemplo n.º 2
0
        public ShellViewModel()
        {
            _cupView = new CupViewModel();

            ShowCupViewCommand = new DelegateCommand(ExecuteShowCupView);

            ExecuteShowCupView();
        }