public bool Init(int nIndex, FurnitureKinds iKind, DelDecideCategoryAreaBtn decideEvent)
 {
     this._nIndex = nIndex;
     this._iKind  = iKind;
     this._delDecideCategoryAreaBtn = decideEvent;
     return(true);
 }
 private void OnDestroy()
 {
     this._delDecideCategoryAreaBtn = null;
     this._listBtns.Clear();
     this._clsFairy.UnInit();
 }