Пример #1
0
 protected PokerRank(Card[] cards)
 {
     Cards = cards.Sort();
 }