Пример #1
0
 public bool IsDealerWinner(Player a_player)
 {
     return(m_winnerRule.IsDealerWinner(a_player, this));
 }