private void btnRaise_Click(object sender, EventArgs e) { Turn turn = player.Raise(int.Parse(rtbRate.Text.Trim())); SendPlayerTurn(turn); }