摘要: 在网上看了很多WPF绑定快捷键的例子,在Window里可以实现,但是一改成UserControl完全没反应。 经过一上午反复试验,窝草,是因为UserControl没获得焦点所以没反应,正解是 public MainWindow() { InitializeComponent(); UserCont 阅读全文
posted @ 2016-11-03 11:59 星星stars 阅读(696) 评论(0) 推荐(0) 编辑