AdvancedLogParser.PrimaryDisplay.ClickLastMonth C# (CSharp) Метод

ClickLastMonth() публичный Метод

public ClickLastMonth ( object Sender, EventArgs e ) : void
Sender object
e System.EventArgs
Результат void
        public void ClickLastMonth(object Sender, EventArgs e)
        {
            currentPlayerView = PlayerListView.LastMonth;
            DrawList();
        }