예제 #1
0
 public Hand nextHand()
 {
     return(strategy.NextHand());
 }
예제 #2
0
 public Hand NextHand()
 {
     return(_strategy.NextHand());
 }