Changeset 7598 for branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager/3.3/Views
- Timestamp:
- 03/12/12 16:38:31 (13 years ago)
- Location:
- branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager/3.3/Views
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager/3.3/Views/CloudResourcesView.cs
r7441 r7598 329 329 HostedService hs = (HostedService)objParent; 330 330 Deployment dep = (Deployment)obj; 331 //call async 332 CloudManagerClient.Instance.Delete(dep, hs); 331 using (var form = new DeleteDeploymentView(dep, hs)) { 332 form.ShowDialog(); 333 } 333 334 } 334 335 }
Note: See TracChangeset
for help on using the changeset viewer.