private void radioButtonSendRightNow_CheckedChanged(object sender, EventArgs e) { this.buttonSendRightNow.Enabled = this.radioButtonSendRightNow.Checked; }