示例#1
0
 public XGridSetMap(string tabId, TimXGrid grid, EntityManager entity, UpdatePanel updPanel)
 {
     this.TabId      = tabId;
     this.XGrid      = grid;
     this.GridEntity = entity;
     this.UpdPanel   = updPanel;
 }
示例#2
0
 public XGridSetMap(TimXGrid grid, EntityManager entity)
 {
     this.TabId      = string.Empty;
     this.XGrid      = grid;
     this.GridEntity = entity;
     this.UpdPanel   = null;
 }