Example #1
0
 public ItemUI(ItemListUI listbox)
     : this()
 {
     this.listbox = listbox;
     Update();
 }
Example #2
0
 public ItemUI(ItemListUI listbox)
     : this()
 {
     this.listbox = listbox;
 }