Exemplo n.º 1
0
 /// <summary>
 /// Returns <c>true</c> if the current wizard
 /// flow has a next step.
 /// </summary>
 /// <returns></returns>
 public bool HasNextStep()
 {
     return(WizardUtils.HasNextStep(Controller));
 }