Changeset 14711 for branches/PersistenceOverhaul/HeuristicLab.Operators.Views.GraphVisualization/3.3/General/GraphVisualizationInfo.cs
- Timestamp:
- 03/03/17 11:41:43 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Operators.Views.GraphVisualization/3.3/General/GraphVisualizationInfo.cs
r13368 r14711 28 28 29 29 namespace HeuristicLab.Operators.Views.GraphVisualization { 30 [Storable Class("BCD0386A-465C-4A16-8A05-04370A403F6D")]30 [StorableType("BCD0386A-465C-4A16-8A05-04370A403F6D")] 31 31 public class GraphVisualizationInfo : DeepCloneable, IGraphVisualizationInfo { 32 32 [StorableConstructor]
Note: See TracChangeset
for help on using the changeset viewer.