Esempio n. 1
0
 void _diagnosticController_Started()
 {
     Invoke(new Action(() =>
     {
         tssLabelState.Text  = "Running";
         tssLabelState.Image = Properties.Resources.Running;
         _managementController.SwitchToWorkingMode();
         UpdateFormTitle(Data.Environment.GetDeviceServiceAddress(Data.Context.Instance.Environment.BaseAddress));
     }));
 }