BTool.DeviceTabsForm.SetTbReadStatusText C# (CSharp) Method

SetTbReadStatusText() public method

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