예제 #1
0
 public void ClearHands()
 {
     Hands.ForEach(x => x.Clear());
     Dealer.Clear();
 }