public void Dispose() { if (Screen != null) { Screen.RemovePanel(this); } }
public void Close() { Screen.RemovePanel(this); }