EDMBlockHead.LiveViewer.UpdateClusterStatusText C# (CSharp) Method

UpdateClusterStatusText() private method

private UpdateClusterStatusText ( string newText ) : void
newText string
return void
        private void UpdateClusterStatusText(string newText)
        {
            SetTextBox(clusterStatusText, newText);
        }