예제 #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);