Ejemplo n.º 1
0
 void CommandExecuted(object sender, Commands.CommandEventArgs e)
 {
     SetVariable(SpecialLastCommand, e.CommandText.Trim());
 }
Ejemplo n.º 2
0
 void OnDispatcherExecuting(object sender, CommandEventArgs e)
 {
     app.Error.WriteLine(e.CommandText.Trim());
 }