Exemplo n.º 1
0
 public MasterDetailController(ListService ls)
 {
     this.ls = ls;
 }
Exemplo n.º 2
0
 public CheckboxController(ListService ls)
 {
     this.ls = ls;
 }
 public ColumnsHierarchiesController(ListService ls)
 {
     this.ls = ls;
 }
Exemplo n.º 4
0
 public LockController(ListService ls)
 {
     this.ls = ls;
 }
Exemplo n.º 5
0
 public RowEditorController(ListService ls)
 {
     this.ls = ls;
 }
Exemplo n.º 6
0
 public CustomCellController(ListService ls)
 {
     this.ls = ls;
 }