Ejemplo n.º 1
0
        protected bool AllowPrevious()
        {
            IWizardPage currentWizardPage = this.GetCurrentWizardPage(base.wizardProgress.CurrentStepTabPage);

            return((currentWizardPage != null) && currentWizardPage.EnablePrevious());
        }