AdvancedLogParser.PrimaryDisplay.ClickLastMonth C# (CSharp) Method

ClickLastMonth() public method

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