Beispiel #1
0
 public void Refresh()
 {
     try
     {
         PowerTimeSlots = _powerService.GetPowerTimeSlots();
         _powerState    = _powerService.GetPowerState();
     }catch (Exception ex)
     {
         _dialogService.ShowError(ex);
     }
 }