コード例 #1
0
 public MasterDetailController(ListService ls)
 {
     this.ls = ls;
 }
コード例 #2
0
 public CheckboxController(ListService ls)
 {
     this.ls = ls;
 }
コード例 #3
0
 public ColumnsHierarchiesController(ListService ls)
 {
     this.ls = ls;
 }
コード例 #4
0
ファイル: LockController.cs プロジェクト: sunkaixuan/themeone
 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;
 }