Example #1
0
 private void RunDeal()
 {
     _table.ReadFromFile();
     _actionRange = new ActionRange();
     _actionRange.Shuffle();
     heroCards = _actionRange.DealHeroCards();
     _actionRange.ShowHeroCards(heroCards, LabelSeat4FirstCard, LabelSeat4SecondCard);
 }