Example #1
0
 public MyCharListSetter(CostumeRoom_Dlg owner)
 {
     this._owner             = owner;
     this._selectedSolInfo   = null;
     this._callbackProcessor = new CallbackProcessor(owner, this);
     this._sortProcessor     = new SortProcessor();
     this._listItemSetter    = new ListItemSetter(this);
     this._listItemMover     = new ListItemMover(owner);
 }
 public CostumeListSetter(CostumeRoom_Dlg owner)
 {
     this._owner            = owner;
     this._costumeListMover = new ListItemMover(owner);
 }