Пример #1
0
 /// <summary>
 /// Returns <c>true</c> if the current wizard
 /// flow has an accessible previous step.
 /// </summary>
 /// <remarks>
 /// This will only return <c>true</c> if not
 /// the first step
 /// </remarks>
 /// <returns></returns>
 public bool HasPreviousStep()
 {
     return(WizardUtils.HasPreviousStep(Controller));
 }