摘要: WPF支持任意快捷键+鼠标组合的绑定类 public interface IInputSignal { bool IsMatch(InputEventArgs args); } public class KeyDownSignal : KeySignal { public KeyDownSignal(Key key) : base(key 阅读全文
posted @ 2024-06-20 16:34 HotSky 阅读(6) 评论(0) 推荐(0) 编辑