Ejemplo n.º 1
0
 private void HandleCommandLineRan(object sender, CommandLineRunningTask.CommandRanEventArgs e)
 {
     Notify(CommandLineExecuted, e);
 }
Ejemplo n.º 2
0
 private void CommandLineTask_CommandRan(object sender, CommandLineRunningTask.CommandRanEventArgs e) =>
 Notify(CommandRan, e);