Пример #1
0
 public MasterDetailController(ListService ls)
 {
     this.ls = ls;
 }
Пример #2
0
 public CheckboxController(ListService ls)
 {
     this.ls = ls;
 }
 public ColumnsHierarchiesController(ListService ls)
 {
     this.ls = ls;
 }
Пример #4
0
 public LockController(ListService ls)
 {
     this.ls = ls;
 }
Пример #5
0
 public RowEditorController(ListService ls)
 {
     this.ls = ls;
 }
Пример #6
0
 public CustomCellController(ListService ls)
 {
     this.ls = ls;
 }