예제 #1
0
 /// <summary>
 /// Disable the Next button?
 /// </summary>
 protected virtual bool CanMoveNext()
 {
     return(CurrentStep != null && CurrentStep.IsValid());
 }