Changeset 8086 for branches/ScatterSearch (trunk integration)/HeuristicLab.ExtLibs/HeuristicLab.Netron
- Timestamp:
- 06/22/12 11:11:38 (13 years ago)
- Location:
- branches/ScatterSearch (trunk integration)
- Files:
-
- 3 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/ScatterSearch (trunk integration)
- Property svn:ignore
-
old new 20 20 bin 21 21 protoc.exe 22 _ReSharper.HeuristicLab 3.3 Tests
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/ScatterSearch (trunk integration)/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/HeuristicLab.Netron-3.0.2672.12446/Controller.cs
r4068 r8086 30 30 31 31 using System; 32 using HeuristicLab.Netron.CustomTools; 32 33 using Netron.Diagramming.Core; 33 34 … … 40 41 public Controller(IDiagramControl surface) 41 42 : base(surface) { 43 base.AddTool(new CustomPanTool()); 42 44 } 43 45 -
branches/ScatterSearch (trunk integration)/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/HeuristicLab.Netron-3.0.2672.12446/HeuristicLab.Netron-3.0.2672.12446.csproj
r7649 r8086 109 109 </ItemGroup> 110 110 <ItemGroup> 111 <Compile Include="CustomTools\CustomPanTool.cs" /> 111 112 <Compile Include="ExpandableIconMaterial.cs" /> 112 113 <Compile Include="NetronVisualization.cs">
Note: See TracChangeset
for help on using the changeset viewer.