Exemplo n.º 1
0
 public TreeGridListEditor(IListEditorContext context) : base(context)
 {
 }
Exemplo n.º 2
0
 /// <summary>
 /// 构造露营
 ///
 /// 子类在构造时,需要设置 Control 属性的值。
 /// </summary>
 /// <param name="context">视图对象</param>
 /// <param name="boType">显示的业务模型类型</param>
 protected ListEditor(IListEditorContext context)
 {
     this._context = context;
 }