- Timestamp:
- 05/04/17 19:06:54 (8 years ago)
- Location:
- branches/PersistenceReintegration/HeuristicLab.Optimizer/3.3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.Optimizer/3.3/CreateExperimentDialog.cs
r14927 r14929 33 33 using HeuristicLab.Parameters; 34 34 using HeuristicLab.Problems.Instances; 35 using HeuristicLab.Persistence; 35 36 36 37 namespace HeuristicLab.Optimizer { 37 38 public partial class CreateExperimentDialog : Form { 39 [StorableType("b2f9efcf-e0c2-4d67-a159-12688451965a")] 38 40 private enum DialogMode { Normal = 1, DiscoveringInstances = 2, CreatingExperiment = 3, PreparingExperiment = 4 }; 39 41 -
branches/PersistenceReintegration/HeuristicLab.Optimizer/3.3/IOptimizerUserInterfaceItemProvider.cs
r14185 r14929 1 #region License Information 1 using HeuristicLab.Persistence; 2 #region License Information 2 3 /* HeuristicLab 3 4 * Copyright (C) 2002-2016 Heuristic and Evolutionary Algorithms Laboratory (HEAL) … … 21 22 22 23 namespace HeuristicLab.Optimizer { 24 [StorableType("a9a5d217-87ba-4a92-9eea-795525082d21")] 23 25 public interface IOptimizerUserInterfaceItemProvider { } 24 26 } -
branches/PersistenceReintegration/HeuristicLab.Optimizer/3.3/MainFormTypeSelectionDialog.cs
r14185 r14929 23 23 using System.Windows.Forms; 24 24 using HeuristicLab.Optimizer.Properties; 25 using HeuristicLab.Persistence; 25 26 26 27 namespace HeuristicLab.Optimizer { 28 [StorableType("31afc915-3594-46c4-b709-fcabd808c178")] 27 29 public enum OptimizerMainFormTypes { 28 30 DockingMainForm,
Note: See TracChangeset
for help on using the changeset viewer.