public void LastExternalCommand() // This method can have any name
 {
     SetImpliedSelection();
     ExCommandExecutor.InvokeCurrentExternalCommand();
 }
Exemple #2
0
 public static void LastExternalCommand()
 {
     ExCommandExecutor.InvokeCurrentExternalCommand();
 }