Changeset 14927 for branches/PersistenceReintegration/HeuristicLab.MainForm.WindowsForms/3.3/Dialogs
- Timestamp:
- 05/04/17 17:19:35 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.MainForm.WindowsForms/3.3/Dialogs/InfoBox.cs
r14185 r14927 50 50 } 51 51 } 52 } 53 catch (Exception ex) { 52 } catch (Exception ex) { 54 53 infoRichTextBox.Text = "Error: Could not load help text. Exception is: " + Environment.NewLine + ex.ToString(); 55 54 }
Note: See TracChangeset
for help on using the changeset viewer.