예제 #1
0
 public Dealer(PlayingCardDeck deck) : base(deck)
 {
 }
예제 #2
0
 public Player(PlayingCardDeck deck) : base(deck)
 {
 }
예제 #3
0
 public Hand(PlayingCardDeck deck)
 {
     this.deck = deck;
 }