예제 #1
0
 public void AddCards(IDeckDict <R> thisList)
 {
     HandList.AddRange(thisList);
     SortCards();
     HandList.UnselectAllObjects();
 }