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