Beispiel #1
0
 public bool hasActionEvents()
 {
     return(doOnAction.GetPersistentEventCount() != 0 && !onActionDone);
 }
Beispiel #2
0
 public bool hasEndEvents()
 {
     return(doOnStep.GetPersistentEventCount() != 0 && !OnStepsDone);
 }