Exemple #1
0
 public bool AllowPrevious()
 {
     return(UnderlyingStep.AllowPrevious());
 }
Exemple #2
0
 public bool AllowCancel()
 {
     return(UnderlyingStep.AllowCancel());
 }
Exemple #3
0
 public bool AllowNext()
 {
     return(UnderlyingStep.AllowNext());
 }