FSO.Client.UI.Panels.UIGizmo.Top100ListsButton_OnButtonClick C# (CSharp) Method

Top100ListsButton_OnButtonClick() public method

public Top100ListsButton_OnButtonClick ( UIElement button ) : void
button FSO.Client.UI.Framework.UIElement
return void
        void Top100ListsButton_OnButtonClick(UIElement button)
        {
            View = UIGizmoView.Top100;
            SetOpen(true);
        }