摘要: 在WPF中新建项目是自动实现了INotifyPropertyChanged接口,用于数据绑定时非常的方便在winfrom中也可以实现INotifyPropertyChanged接口 将需要绑定的字段写到一个类中,用这个类实现INotifyPropertyChanged接口 public class 阅读全文
posted @ 2019-08-04 20:32 花GE 阅读(430) 评论(0) 推荐(0)