摘要: /// <summary> /// This class allows delegating the commanding logic to methods passed as parameters, /// and enables a View to bind commands to objects that are not part of the element tree. /// </summary> public class DelegateCommand : ICommand { #region Constructors /// <summary> 阅读全文
posted @ 2011-07-01 15:20 fenix 阅读(413) 评论(0) 推荐(0) 编辑