Ejemplo n.º 1
0
 public Dealer(PlayingCardDeck deck) : base(deck)
 {
 }
Ejemplo n.º 2
0
 public Player(PlayingCardDeck deck) : base(deck)
 {
 }
Ejemplo n.º 3
0
 public Hand(PlayingCardDeck deck)
 {
     this.deck = deck;
 }