- Timestamp:
- 11/17/17 13:21:34 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Clients.Hive.JobManager/3.3/Views/HiveJobManagerView.cs
r15419 r15478 67 67 } else { 68 68 hiveExperimentListView.Content = Content.Jobs; 69 if (Content != null) { 70 try { 71 await System.Threading.Tasks.Task.Run(() => Content.Refresh()); 72 } catch (Exception ex) { 73 HandleServiceException(ex); 74 } 69 try { 70 await System.Threading.Tasks.Task.Run(() => Content.Refresh()); 71 } catch (Exception ex) { 72 HandleServiceException(ex); 75 73 } 76 74 }
Note: See TracChangeset
for help on using the changeset viewer.