Example #1
0
 public TableViewDataSource(DamageList damageList, List <Damage> list)
 {
     this.list       = list;
     this.controller = damageList;
 }
Example #2
0
 public TableViewDelegate(DamageList Controller, List <Damage> list)
 {
     this.controller = Controller;
     this.list       = list;
 }