摘要: region 用于绑定ViewModel部分 public ICommand Command { get { return (ICommand)GetValue(CommandProperty); } set { SetValue(CommandProperty, value); } } // Us 阅读全文
posted @ 2019-11-13 21:38 搬砖的L先生 阅读(457) 评论(0) 推荐(0)
摘要: [TypeConverter(typeof(ExpandableObjectConverter))] public A MyA { get{..} set{..} } 阅读全文
posted @ 2019-11-13 10:18 搬砖的L先生 阅读(578) 评论(0) 推荐(0)