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