Beispiel #1
0
 public void GiveHand(CardStack hand)
 {
     Hand = hand;
     Hand.Sort();
 }