Beispiel #1
0
 private bool isValidNumber()
 {
     if (!Scores.Score.ContainsKey(CardValue.ToUpper()))
     {
         return(false);
     }
     return(true);
 }