Changeset 13656 for branches/WebJobManager/HeuristicLab.Problems.Scheduling
- Timestamp:
- 03/07/16 10:18:05 (9 years ago)
- Location:
- branches/WebJobManager
- Files:
-
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/WebJobManager/HeuristicLab.Problems.Scheduling/3.3/Decoders/JSMDecodingErrorPolicy.cs
r12012 r13656 20 20 #endregion 21 21 22 using System.Drawing;23 22 using HeuristicLab.Common; 24 23 using HeuristicLab.Core; … … 31 30 public sealed class JSMDecodingErrorPolicy : ValueTypeValue<JSMDecodingErrorPolicyTypes> { 32 31 33 public static new Image StaticItemImage {34 get { return HeuristicLab.Common.Resources.VSImageLibrary.Enum; }35 }36 32 37 33 [StorableConstructor] -
branches/WebJobManager/HeuristicLab.Problems.Scheduling/3.3/Decoders/JSMForcingStrategy.cs
r12012 r13656 20 20 #endregion 21 21 22 using System.Drawing;23 22 using HeuristicLab.Common; 24 23 using HeuristicLab.Core; … … 31 30 public sealed class JSMForcingStrategy : ValueTypeValue<JSMForcingStrategyTypes> { 32 31 33 public static new Image StaticItemImage { 34 get { return HeuristicLab.Common.Resources.VSImageLibrary.Enum; } 35 } 32 36 33 37 34 [StorableConstructor]
Note: See TracChangeset
for help on using the changeset viewer.