Esempio n. 1
0
 public bool IsPlayerWinner()
 {
     return(m_dealer.IsPlayerWinner(m_player));
 }