using System; using System.Collections; using System.Data; using System.Text; using System.Collections.Generic; using System.Data.Common; using System.Reflection; using WHC.Pager.Entity; using WHC.Framework.Commons; namespace WHC.Framework.ControlUti…
1.XAML 接触WPF的第一眼就是XAML---XAML是用来描绘界面的.其实不然! "Actually, XAML has nothing to do with UI. It's merely a declarative way of constructing objects and setting their properties.” XAML和UI一点关系也没有,它仅仅是一种以声明方式来构建对象,设置对象属性的一种方式而已,和code behind file作用差不多.XAML这种声明方…