摘要:
ViewModel 视图模型public abstract class ViewModelBase : INotifyPropertyChanged{ private bool isbusy; public bool IsBusy { get { return isbusy; } set { isbusy = value; RaisePropertyChanged("IsBusy"); } } public even... 阅读全文
posted @ 2013-08-29 22:49
巴别塔
阅读(551)
评论(0)
推荐(0)
浙公网安备 33010602011771号