BTool.DeviceTabsForm.SetTbReadStatusText C# (CSharp) Метод

SetTbReadStatusText() публичный Метод

public SetTbReadStatusText ( string text ) : void
text string
Результат void
        public void SetTbReadStatusText(string text)
        {
            tbReadStatus.Text = text;
        }
DeviceTabsForm