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

            if (currentWizardPage != null)
            {
                return(currentWizardPage.EnableNext());
            }
            return(base.AllowNextStep());
        }