Exemplo n.º 1
0
 void _diagnosticController_Stopped()
 {
     Invoke(new Action(() =>
     {
         tssLabelState.Text  = "Not Running";
         tssLabelState.Image = Properties.Resources.NotRunning;
         _managementController.SwitchToIdleMode();
         UpdateFormTitle(string.Empty);
     }));
 }