internal void Release()
 {
     this.mUIRemodeModernzationTargetShipAction = null;
     this.mCommonShipBanner = null;
     this.mTransformLEVEL   = null;
     this.mLabel_Level      = null;
     this.mLabel_Name       = null;
     this.mSprite_Karyoku.RemoveFromPanel();
     this.mSprite_Karyoku = null;
     this.mSprite_Raisou.RemoveFromPanel();
     this.mSprite_Raisou = null;
     this.mSprite_Soukou.RemoveFromPanel();
     this.mSprite_Soukou = null;
     this.mSprite_Taikuu.RemoveFromPanel();
     this.mSprite_Taikuu = null;
     this.mSprite_Luck.RemoveFromPanel();
     this.mSprite_Luck = null;
     this.mSprite_Add.RemoveFromPanel();
     this.mSprite_Add = null;
     this.mButton_Action.Release();
     this.mButton_Action = null;
     this.mShipModel     = null;
 }
 public void SetOnUIRemodeModernzationTargetShipActionListener(UIRemodeModernzationTargetShip.UIRemodeModernzationTargetShipAction actionCallBAck)
 {
     this.mUIRemodeModernzationTargetShipAction = actionCallBAck;
 }