private void OnDisable()
 {
     this._uiThumb       = null;
     this._uiDisplayInfo = null;
 }
 private void Awake()
 {
     Util.FindParentToChild <UITexture>(ref this._uiThumb, base.get_transform(), "Thumbnail/Thumb");
     this._uiDisplayInfo = new _SaveInfo.DisplayInfo(base.get_transform(), "DisplayInfo");
     this._uiDisplayInfo.SetDisplayData();
 }