示例#1
0
        public override void Execute(MainForm window)
        {
            KeyEventSequence keys = LookupKeys(_button);

            if (keys != null)
            {
                window.SendKeys(keys);
            }
        }
示例#2
0
文件: Command.cs 项目: candera/tpanl
 public abstract void Execute(MainForm window);