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