Exemple #1
0
 public void Detach()
 {
     Instance = null;
     rootWidget.Unlink();
 }
Exemple #2
0
 public void Attach()
 {
     Instance = this;
     panelWidget.PushNode(rootWidget);
 }