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