AdvancedLogParser.PrimaryDisplay.ClickLastMonth C# (CSharp) Méthode

ClickLastMonth() public méthode

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