BTool.DeviceTabsForm.SetTbReadStatusText C# (CSharp) 메소드

SetTbReadStatusText() 공개 메소드

public SetTbReadStatusText ( string text ) : void
text string
리턴 void
        public void SetTbReadStatusText(string text)
        {
            tbReadStatus.Text = text;
        }
DeviceTabsForm