Exemplo n.º 1
0
 public void bindTo(ILookupList list)
 {
     list.clear();
     foreach(ILookupDTO dto in items) {
         list.add(dto);
     }
 }