BTool.DeviceTabsForm.SetTbReadValueText C# (CSharp) Method

SetTbReadValueText() public method

public SetTbReadValueText ( string text ) : void
text string
return void
        public void SetTbReadValueText(string text)
        {
            tbReadValue.Text = text;
        }
DeviceTabsForm