随笔 - 58  文章 - 0  评论 - 277  阅读 - 46万 
  2009年1月15日
摘要: Here's a couple classes I've found helpful when writing WPF & Silverlight applications, which I've named simply Command and CommandHelper. Sometimes, you just want to do simple commanding stuff, and you don't need the overhead of RoutedCommand. (Also, Silverlight doesn't have RoutedCommand) The Command class below gives you a quick & easy way to define commands and ways to invoke them: keyboard shortcuts, context menus, toolbars, etc. 阅读全文
posted @ 2009-01-15 13:05 Allan. 阅读(1385) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示