public static PromptStatus AcedCmd(this Editor editor, IAcedCmd command)
 {
     return command.Execute(editor);
 }
Esempio n. 2
0
 public static PromptStatus AcedCmd(this Editor editor, IAcedCmd command)
 {
     return(command.Execute(editor));
 }