Changeset 14711 for branches/PersistenceOverhaul/HeuristicLab.Operators.Views.GraphVisualization/3.3/OperatorGraphVisualization
- Timestamp:
- 03/03/17 11:41:43 (8 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
r13368 r14711 30 30 31 31 namespace HeuristicLab.Operators.Views.GraphVisualization { 32 [Storable Class("C719A9B6-14A0-40D6-876F-F1A0579621AC")]32 [StorableType("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
r13368 r14711 26 26 27 27 namespace HeuristicLab.Operators.Views.GraphVisualization { 28 [Storable Class("32F57C29-DB2E-4716-85D1-58CF1503DC75")]28 [StorableType("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.