Ejemplo n.º 1
0
 /// <summary>
 /// Called when a betting round is completed and all players have checked.
 /// </summary>
 public void NotifyBetRoundComplete()
 {
     concreteClient.NotifyBetRoundComplete();
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Called when a betting round is completed and all players have checked.
 /// </summary>
 public virtual void NotifyBetRoundComplete()
 {
     helper.NotifyBetRoundComplete();
 }