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();
        }