摘要:
细实现。 using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows;using System.Windows.Input;using System.Reflection; namespace TestAutoGenerateColumnForGridV... 阅读全文
摘要:
Wpf的DataBinding为我们将View与logic的分离提供了便利。特别是利用MVP模式,可以将大部分的UI交互逻辑通过绑定Command来转移到Presenter中来,使我们可以专注于操作业务数据。但是微软提供的控件中好像还有很多的控件根本没有Command属性,只有普通的Event。这样的话就没有办法利用绑定将逻辑转移到Presenter中。看到xaml.cs(每一个xaml文件的co... 阅读全文