Changeset 15933 for branches/2839_HiveProjectManagement/HeuristicLab.Clients.Hive.JobManager/3.3/Views/HiveResourceSelectorDialog.cs
- Timestamp:
- 05/13/18 20:33:39 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2839_HiveProjectManagement/HeuristicLab.Clients.Hive.JobManager/3.3/Views/HiveResourceSelectorDialog.cs
r15913 r15933 129 129 130 130 await SecurityExceptionUtil.TryAsyncAndReportSecurityExceptions( 131 action: () => Update Instance(),131 action: () => UpdateProjects(), 132 132 finallyCallback: () => updatingProjects = false); 133 133 } … … 151 151 152 152 #region Helpers 153 private void UpdateInstance() {154 HiveClient.Instance.Refresh();155 }156 157 153 private void UpdateProjects() { 158 154 HiveClient.Instance.RefreshProjectsAndResources();
Note: See TracChangeset
for help on using the changeset viewer.