예제 #1
0
 public bool IsDealerWinner()
 {
     return(m_dealer.IsDealerWinner(m_player));
 }