Ejemplo n.º 1
0
 /// <summary>
 /// Called when the betting round is completed and there is a single winner.
 /// </summary>
 public void NotifyAllFolded()
 {
     concreteClient.NotifyAllFolded();
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Called when the betting round is completed and there is a single winner.
 /// </summary>
 public virtual void NotifyAllFolded()
 {
     helper.NotifyAllFolded();
 }