예제 #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;
 }