コード例 #1
0
ファイル: ConversionWizard.cs プロジェクト: hl10502/WCM
        protected bool AllowPrevious()
        {
            IWizardPage currentWizardPage = this.GetCurrentWizardPage(base.wizardProgress.CurrentStepTabPage);

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