コード例 #1
0
 void CommandExecuted(object sender, Commands.CommandEventArgs e)
 {
     SetVariable(SpecialLastCommand, e.CommandText.Trim());
 }
コード例 #2
0
ファイル: ShellApplication.cs プロジェクト: deveel/dshell
 void OnDispatcherExecuting(object sender, CommandEventArgs e)
 {
     app.Error.WriteLine(e.CommandText.Trim());
 }