Exemple #1
0
 protected virtual Dictionary <int, String> AskQAGateQuestions(QAGateQuestionsHandler gateHandler)
 {
     if (gateHandler != null)
     {
         //Invokes the delegates.
         //AskPasswordResetQuestion(this, e);
     }
     else
     {
         throw new Exception("We have encountered a QA gate but nobody has registered to present QA challenges. Please register with the AskQAGateQuestionsHandler");
     }
     return(null);
 }
Exemple #2
0
        protected virtual Dictionary<int, String> AskQAGateQuestions(QAGateQuestionsHandler gateHandler)
        {
            if (gateHandler != null) {

                //Invokes the delegates.
                //AskPasswordResetQuestion(this, e);
            } else {
                throw new Exception("We have encountered a QA gate but nobody has registered to present QA challenges. Please register with the AskQAGateQuestionsHandler");
            }
            return null;
        }