Changeset 13368 for branches/PersistenceOverhaul/HeuristicLab.Operators.Views.GraphVisualization/3.3/OperatorGraphVisualization
- Timestamp:
- 11/24/15 17:08:13 (9 years ago)
- Location:
- branches/PersistenceOverhaul/HeuristicLab.Operators.Views.GraphVisualization/3.3/OperatorGraphVisualization
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Operators.Views.GraphVisualization/3.3/OperatorGraphVisualization/OperatorGraphVisualizationInfo.cs
r12012 r13368 1 #region License Information1 #region License Information 2 2 /* HeuristicLab 3 3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL) … … 30 30 31 31 namespace HeuristicLab.Operators.Views.GraphVisualization { 32 [StorableClass ]32 [StorableClass("C719A9B6-14A0-40D6-876F-F1A0579621AC")] 33 33 public sealed class OperatorGraphVisualizationInfo : GraphVisualizationInfo { 34 34 [Storable] -
branches/PersistenceOverhaul/HeuristicLab.Operators.Views.GraphVisualization/3.3/OperatorGraphVisualization/OperatorShapeInfo.cs
r12012 r13368 1 #region License Information1 #region License Information 2 2 /* HeuristicLab 3 3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL) … … 26 26 27 27 namespace HeuristicLab.Operators.Views.GraphVisualization { 28 [StorableClass ]28 [StorableClass("32F57C29-DB2E-4716-85D1-58CF1503DC75")] 29 29 public class OperatorShapeInfo : ShapeInfo, IOperatorShapeInfo { 30 30 [Storable]
Note: See TracChangeset
for help on using the changeset viewer.