示例#1
0
        private bool AllowFinish()
        {
            IWizardPage currentWizardPage = this.GetCurrentWizardPage(base.wizardProgress.CurrentStepTabPage);

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