Exemplo n.º 1
0
 public bool Upped(ICardeble otboi)
 {
     if (GetScore() > 21)
     {
         while (count > 0)
         {
             otboi.SetCard(this.GetCard());
         }
         return(true);
     }
     return(false);
 }
Exemplo n.º 2
0
 public bool Upped(ICardeble otboi)
 {
     if (GetScore() > 21)
     {
         while (count > 0)
         {
             otboi.SetCard(this.GetCard());
         }
         return true;
     }
     return false;
 }