コード例 #1
0
 public void LastExternalCommand() // This method can have any name
 {
     SetImpliedSelection();
     ExCommandExecutor.InvokeCurrentExternalCommand();
 }
コード例 #2
0
 public static void LastExternalCommand()
 {
     ExCommandExecutor.InvokeCurrentExternalCommand();
 }