Пример #1
0
 /// <summary>
 /// Actions taken when the LogConsoles submit button is hit
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 private void btnSubmitCommand_Click(object sender, EventArgs e)
 {
     LogConsole.AttemptParsing(tbxCommand.Text.ToLower());
     this.ClearInputField();
     this.FocusInputField();
 }