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

            ShowCupViewCommand = new DelegateCommand(ExecuteShowCupView);

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

            ShowCupViewCommand = new DelegateCommand(ExecuteShowCupView);

            ExecuteShowCupView();
        }