- Timestamp:
- 05/04/17 17:19:35 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.Clients.Hive.Administrator/3.3/Views/SlaveView.cs
r14185 r14927 139 139 int interval = int.Parse(txtHbIntervall.Text); 140 140 Content.HbInterval = interval; 141 } 142 catch (Exception) { 141 } catch (Exception) { 143 142 MessageBox.Show("Please enter a numeric value for the Heartbeat Interval.", "HeuristicLab Hive Administrator", MessageBoxButtons.OK, MessageBoxIcon.Error); 144 143 txtHbIntervall.Text = "10";
Note: See TracChangeset
for help on using the changeset viewer.