Exemple #1
0
 private void InputBar_LineInput(object sender, LineInputEventArgs ev)
 {
     Debug.Print("ConsolePanel.InputBar_LineInput: input line is '{0}'", ev.Line);
     _inputProcessor.Process(ev.Line);
 }
Exemple #2
0
 public void InputBar_LineInput(object sender, LineInputEventArgs ev)
 {
     Debug.Print("PanelImpl.InputBar_LineInput: input line is '{0}'", ev.Line);
     InputProcessor.Process(ev.Line);
 }