Ejemplo n.º 1
0
 public Dealer()
 {
     m_deck = new Deck();
     m_deck.Shuffle();
 }