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