Exemplo n.º 1
0
    void OnQuestionPopupCompeted(PopupQuestionResult result)
    {
        PopupQuestionCommand questionCommand = (PopupQuestionCommand)(commandQueue.First.Value);

        commandQueue.RemoveFirst();
        questionCommand.UnExecute();

        // Execute next command, if there is.
        ExecuteNextCommand();
    }