Пример #1
0
 public void SetNumericCardValue(int newValue)
 {
     this.numericValue = newValue;
     this.cardValue    = CardHelper.GetCardEnumFromValue(newValue);
 }