Example #1
0
 public void Refresh()
 {
     try
     {
         Information = _infoService.GetInformationData();
     }catch (Exception ex)
     {
         _dialogService.ShowError(ex);
     }
 }