Beispiel #1
0
 public override void OnClose(Action <UiInstance> notify)
 {
     base.OnClose(notify);
     Instance = null;
 }
Beispiel #2
0
 protected override void OnShow()
 {
     base.OnShow();
     Instance = this;
 }