BExIS.Dcm.Wizard.AbstractTaskManager.GoToNext C# (CSharp) Méthode

GoToNext() public méthode

public GoToNext ( ) : void
Résultat void
        public void GoToNext()
        {
            this.currentStepInfo.SetStatus(StepStatus.success);
            StepInfo temp = this.currentStepInfo;
            this.currentStepInfo = this.Next();
        }