Exemplo n.º 1
0
 public CardsCombination(CardsCombinationType combinationType, CardType toCardType, CardSuit cardSuit)
     : this()
 {
     this.CombinationType = combinationType;
     this.ToCardType      = toCardType;
     this.CardSuit        = cardSuit;
 }
Exemplo n.º 2
0
 public CardsCombination(CardsCombinationType combinationType, CardType toCardType)
     : this()
 {
     this.CombinationType = combinationType;
     this.ToCardType      = toCardType;
 }