コード例 #1
0
 private bool CanPreviousPageExecute(object sender)
 {
     return(IsNotWorking && !HelpRequested && CurrentStep.CanGoPrevious());
 }