Exemplo n.º 1
0
 /// <summary> Execute entered command </summary>
 protected void OnConsoleIn_activate(object o, EventArgs e)
 {
     debuggerService.ExecuteConsoleCommand(consoleIn.Text);
     consoleIn.Text = String.Empty;
 }