Exemplo n.º 1
0
 public void Dispose()
 {
     if (Screen != null)
     {
         Screen.RemovePanel(this);
     }
 }
Exemplo n.º 2
0
 public void Close()
 {
     Screen.RemovePanel(this);
 }