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