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