Exemplo n.º 1
0
 public static PromptStatus AcedCmd(this Editor editor, string commandName, params object[] args)
 {
     AcedCmd cmd = new AcedCmd(commandName, args);
     return cmd.Execute(editor);
 }
Exemplo n.º 2
0
        public static PromptStatus AcedCmd(this Editor editor, string commandName, params object[] args)
        {
            AcedCmd cmd = new AcedCmd(commandName, args);

            return(cmd.Execute(editor));
        }