Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/04/17 17:19:35 (8 years ago)
Author:
gkronber
Message:

#2520: changed all usages of StorableClass to use StorableType with an auto-generated GUID (did not add StorableType to other type definitions yet)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceReintegration/HeuristicLab.Clients.Hive.Administrator/3.3/Views/SlaveView.cs

    r14185 r14927  
    139139            int interval = int.Parse(txtHbIntervall.Text);
    140140            Content.HbInterval = interval;
    141           }
    142           catch (Exception) {
     141          } catch (Exception) {
    143142            MessageBox.Show("Please enter a numeric value for the Heartbeat Interval.", "HeuristicLab Hive Administrator", MessageBoxButtons.OK, MessageBoxIcon.Error);
    144143            txtHbIntervall.Text = "10";
Note: See TracChangeset for help on using the changeset viewer.