Ejemplo n.º 1
0
 public void SetView(HView view)
 {
     listView         = view as HListView;
     this.ItemsSource = currentWrapper = new HotListWrapper(listView);
 }
Ejemplo n.º 2
0
 public HotListWrapper(HListView list)
 {
     this.list = list;
 }