Пример #1
0
 /// <summary>
 /// Called when the betting round finalizes in any case the round is over.
 /// </summary>
 public void FinalizeBettingRound()
 {
     betRoundStarting = true;
     concreteClient.FinalizeBettingRound();
 }
Пример #2
0
 /// <summary>
 /// Called when the betting round finalizes in any case the round is over.
 /// </summary>
 public virtual void FinalizeBettingRound()
 {
     helper.FinalizeBettingRound();
 }