protected override void OnCallDestroy()
 {
     base.OnCallDestroy();
     UserInterfacePortManager.ReleaseUtils.Release(ref this.mLabel_Title);
     UserInterfacePortManager.ReleaseUtils.Release(ref this.mSprite_Status);
     UserInterfacePortManager.ReleaseUtils.Release(ref this.mSprite_Reward_00);
     UserInterfacePortManager.ReleaseUtils.Release(ref this.mSprite_Reward_01);
     UserInterfacePortManager.ReleaseUtils.Release(ref this.mSprite_Reward_02);
     UserInterfacePortManager.ReleaseUtils.Release(ref this.mSprite_Reward_03);
     UserInterfacePortManager.ReleaseUtils.Release(ref this.mTexture_BackgroundDesign, false);
     UserInterfacePortManager.ReleaseUtils.Release(ref this.mButton_Focus);
     this.mUIMissionScrollListChildActionCallBack = null;
     this.mKeyController = null;
 }
 public void SetOnUIMissionScrollListChildAction(UIMissionScrollListChild.UIMissionScrollListChildAction action)
 {
     this.mUIMissionScrollListChildActionCallBack = action;
 }