Ejemplo n.º 1
0
 /// <summary>
 /// Forces the next boolean choice.
 /// </summary>
 /// <param name="maxValue">The max value.</param>
 /// <param name="next">Next</param>
 /// <returns>Boolean</returns>
 public void ForceNextBooleanChoice(int maxValue, bool next)
 {
     ++ScheduledSteps;
     ChildStrategy.ForceNextBooleanChoice(maxValue, next);
 }