Changeset 13338 for branches/RefactorPluginInfrastructure-2522/HeuristicLab.Clients.Access.Views/3.3/ClientViews
- Timestamp:
- 11/23/15 16:14:30 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/RefactorPluginInfrastructure-2522/HeuristicLab.Clients.Access.Views/3.3/ClientViews/ClientRegistrationDialog.cs
r12012 r13338 25 25 using System.Threading.Tasks; 26 26 using System.Windows.Forms; 27 using HeuristicLab.MainForm; 27 28 28 29 namespace HeuristicLab.Clients.Access.Views { … … 103 104 btnCollectInformation.Enabled = true; 104 105 btnCancel.Enabled = true; 105 PluginInfrastructure.ErrorHandling.ShowErrorDialog(task.Exception);106 MainFormManager.MainForm.ShowError(task.Exception.Message, task.Exception); 106 107 } 107 108 }
Note: See TracChangeset
for help on using the changeset viewer.