FSO.Client.UI.Panels.UIMessage.CloseButton_OnButtonClick C# (CSharp) Method

CloseButton_OnButtonClick() private method

User closed the UIMessage window.
private CloseButton_OnButtonClick ( UIElement button ) : void
button FSO.Client.UI.Framework.UIElement
return void
        private void CloseButton_OnButtonClick(UIElement button)
        {
            Parent.Remove(this);
        }