AdvancedLogParser.PrimaryDisplay.ClickThisMonth C# (CSharp) Method

ClickThisMonth() public method

public ClickThisMonth ( object Sender, EventArgs e ) : void
Sender object
e System.EventArgs
return void
        public void ClickThisMonth(object Sender, EventArgs e)
        {
            currentPlayerView = PlayerListView.ThisMonth;
            DrawList();
        }