Changeset 7661 for branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager/3.3/Views/DeleteHostedServiceView.cs
- Timestamp:
- 03/26/12 10:58:40 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager/3.3/Views/DeleteHostedServiceView.cs
r7608 r7661 62 62 this.Close(); 63 63 } else { 64 MessageBox.Show(e.Error.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error);64 PluginInfrastructure.ErrorHandling.ShowErrorDialog(e.Error); 65 65 ErrorOccured = true; 66 66 this.Show();
Note: See TracChangeset
for help on using the changeset viewer.