Пример #1
0
 public bool hitEvent(out string message)
 {
     message = "";
     fapai(checkPicture_wj(), hand_wj, out message);
     lab_wanjia = hand_wj.count.ToString();
     if (hand_wj.checkOut())                 //玩家爆牌
     {
         showCard();
         result  = true;
         message = "Player burst the card ,banker win!";
         score   = 0 - getScore(k);
     }
     return(result);
 }