Exemple #1
0
 public HandTypeCalculator()
 {
     _cardDict  = new ApprovedCardDict();
     _handTypes = new HandTypeCollection();
 }
Exemple #2
0
 public HandComparer()
 {
     _cardDict  = new ApprovedCardDict();
     _handTypes = new HandTypeCollection();
 }