Exemplo n.º 1
0
 public void LastExternalCommand() // This method can have any name
 {
     SetImpliedSelection();
     ExCommandExecutor.InvokeCurrentExternalCommand();
 }
Exemplo n.º 2
0
 public static void LastExternalCommand()
 {
     ExCommandExecutor.InvokeCurrentExternalCommand();
 }