Changeset 13338 for branches/RefactorPluginInfrastructure-2522/HeuristicLab.Clients.OKB.Views/3.3/RunCreation/Views/OKBRunView.cs
- Timestamp:
- 11/23/15 16:14:30 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/RefactorPluginInfrastructure-2522/HeuristicLab.Clients.OKB.Views/3.3/RunCreation/Views/OKBRunView.cs
r12012 r13338 74 74 + " Please click in the menu bar on Services -> Access -> Client Information and register your client. ", "Missing client registration", MessageBoxButtons.OK, MessageBoxIcon.Information); 75 75 } catch (Exception ex) { 76 ErrorHandling.ShowErrorDialog(this,"Store failed.", ex);76 MainFormManager.MainForm.ShowError("Store failed.", ex); 77 77 } 78 78 }
Note: See TracChangeset
for help on using the changeset viewer.