OpenTween.TweenMain.ShowProfileMenuItem_Click C# (CSharp) 메소드

ShowProfileMenuItem_Click() 개인적인 메소드

private ShowProfileMenuItem_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void
        private async void ShowProfileMenuItem_Click(object sender, EventArgs e)
        {
            if (_curPost != null)
            {
                await this.ShowUserStatus(_curPost.ScreenName, false);
            }
        }
TweenMain