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