Ejemplo n.º 1
0
 protected void OnReturn()
 {
     if (_console.ShowConsole)
     {
         _console.InvokeCommand(_input);
         _input = "";
     }
 }