Beispiel #1
0
 private void UpdateQueueStatusRequestStateIndicator(string text)
 {
     UIThreadHelper.SetToolStripBoxLabelText(this, queueStatusRequestStateIndicator, text, null);
 }
Beispiel #2
0
 private void UpdateConnectionStateIndicator()
 {
     UIThreadHelper.SetToolStripBoxLabelText(this, connectionStateIndicator, managerConnection.IsConnected() ? "Connected" : "Disconnected", null);
 }