Example #1
0
 protected override void ReleaseSelf(bool calledDestroy)
 {
     if (SystemConfig.IsReleaseResourceOn)
     {
         InvestUI.Instance = null;
         base.ReleaseSelf(true);
     }
 }
Example #2
0
 private void Awake()
 {
     InvestUI.Instance = this;
     base.AwakeBase(BindingContext.BindingContextMode.MonoBinding, false);
 }