Example #1
0
 public DataSource(MasterViewController controller, List <ToDo> items)
 {
     this.controller = controller;
     this.items      = items;
 }
 public DataSource(MasterViewController controller, ToDoFiltableCollection items)
 {
     this.controller = controller;
     this.items      = items;
 }