
XAF
hwhone
这个作者很懒,什么都没留下…
展开
-
XAF学习笔记一:导航器直接打开DetailView
在使用XAF的过程中,经常有在点击导航器或Action时直接打开DetailView视图 using System; using System.Collections.Generic; using System.Text; using DevExpress.Express原创 2011-09-02 12:09:45 · 2105 阅读 · 0 评论 -
XAF学习二:在XAF中打开自定义的WinForm
一、在制作WinForm时需要加上一构造函数和Show方法 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using Sys原创 2011-09-05 09:10:50 · 2045 阅读 · 2 评论 -
利用XAF中的FeatureCenter例子的,直接打开DetailView
一、要将FeatureCenter的动态库FeatureCenter.Module.dll引入到你的应用程序中 二、 在需要直接加载DetailView类前加入: [AutoCreatableObject(ViewEditMode = ViewEditMode.View)]原创 2011-09-11 17:14:35 · 1637 阅读 · 0 评论