Changeset 3566 for trunk/sources/HeuristicLab.Operators.Views.GraphVisualization/3.3/OperatorGraphVisualization
- Timestamp:
- 04/30/10 10:17:22 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Operators.Views.GraphVisualization/3.3/OperatorGraphVisualization/OperatorGraphView.cs
r3557 r3566 51 51 tool.OnToolDeactivate += new EventHandler<ToolEventArgs>(tool_OnToolDeactivate); 52 52 } 53 }54 55 public OperatorGraphView(OperatorGraph content)56 : this() {57 this.Content = content;58 53 } 59 54
Note: See TracChangeset
for help on using the changeset viewer.