Class to represent a deck of cards, or a hand of cards, or any other collection of cards used in the game. I.e. the dealer's deck, or a stack of cards in a solitairre game, or a discard pile.
Пример #1
0
 public FutureTricks()
 {
     FutureCards = new Deck();
 }