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

SetStatusLabel() 공개 메소드

public SetStatusLabel ( string text ) : void
text string
리턴 void
        public void SetStatusLabel(string text)
        {
            StatusLabel.Text = text;
        }
TweenMain