Options Panel
Inheritance: UIDestroyablePanel
Beispiel #1
0
        private void ReLoginButton_OnButtonClick(UIElement button)
        {
            UIScreen.RemoveDialog(this);

            UIOptions options = (UIOptions)Parent;

            CoreGameScreen screen = ((UIUCP)options.Parent).Game;

            GameFacade.Controller.ShowCity(screen);
        }