BTool.DeviceTabsForm.SetTbReadStatusText C# (CSharp) Méthode

SetTbReadStatusText() public méthode

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