private void buttonSendCommand_Click(object sender, EventArgs e) { ServerAPI.ConsoleDirect(textBoxManualCmd.Text); textBoxManualCmd.Text = String.Empty; }