FSO.Client.UI.Panels.UILoginDialog.exitBtn_OnButtonClick C# (CSharp) Method

exitBtn_OnButtonClick() private method

private exitBtn_OnButtonClick ( UIElement button ) : void
button FSO.Client.UI.Framework.UIElement
return void
        void exitBtn_OnButtonClick(UIElement button)
        {
            GameFacade.Kill();
            /*var exitDialog = new UIExitDialog();
            Parent.Add(exitDialog);*/
        }