Changeset 14711 for branches/PersistenceOverhaul/HeuristicLab.Operators.Views.GraphVisualization/3.3/General/ConnectionInfo.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/ConnectionInfo.cs
r13368 r14711 26 26 27 27 namespace HeuristicLab.Operators.Views.GraphVisualization { 28 [Storable Class("A4B3F948-01CC-423D-8C9C-6A281C6FFBED")]28 [StorableType("A4B3F948-01CC-423D-8C9C-6A281C6FFBED")] 29 29 public class ConnectionInfo : DeepCloneable, IConnectionInfo { 30 30 [StorableConstructor]
Note: See TracChangeset
for help on using the changeset viewer.