08 2011 档案

摘要:public class ViewModelBase : INotifyPropertyChanged { public event PropertyChangedEventHandler PropertyChanged; protected virtual void OnPropertyChanged(string propertyName) { PropertyChangedEventHandler handler = this.PropertyChanged; if (handler != nul... 阅读全文
posted @ 2011-08-31 22:54 I'm CY 阅读(166) 评论(0) 推荐(0)
摘要:IronPython.Runtime.Operations.PythonOps.GetDynamicStackFrames(e) 阅读全文
posted @ 2011-08-18 13:12 I'm CY 阅读(134) 评论(0) 推荐(0)