コード例 #1
0
 public static PromptStatus AcedCmd(this Editor editor, IAcedCmd command)
 {
     return command.Execute(editor);
 }
コード例 #2
0
 public static PromptStatus AcedCmd(this Editor editor, IAcedCmd command)
 {
     return(command.Execute(editor));
 }