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