コード例 #1
0
        public ShowNextQuestionStateCommand(QuestionProcessViewModel viewModel, ICommand successCommand)
        {
            _viewModel = viewModel;
            _successCommand = successCommand;

            GotoState(QuestionState.PreQuestionShown);
        }
コード例 #2
0
        public ShowNextQuestionStateCommand(QuestionProcessViewModel viewModel, ICommand successCommand)
        {
            _viewModel      = viewModel;
            _successCommand = successCommand;

            GotoState(QuestionState.PreQuestionShown);
        }