Exemplo n.º 1
0
    protected virtual void Init()
    {
        Ccp = CeasarCipherFactory.Instance.GenerateQuestion();

        SetUpButtons();
        SetUpButtonAudio();
    }
    public CeasarCipherPuzzle GenerateQuestion()
    {
        var puzzle = new CeasarCipherPuzzle();

        return(puzzle);
    }