예제 #1
0
 private void SortCards()
 {
     if (_thisSort != null)
     {
         HandList.Sort(_thisSort);
     }
     else
     {
         HandList.Sort();
     }
 }
예제 #2
0
 protected override void OnHandChange()
 {
     RefreshCards();
     HandList.Sort(); //hopefully this simple.
 }