Changeset 5796 for branches/DataAnalysis Refactoring/HeuristicLab.Optimizer
- Timestamp:
- 03/22/11 16:45:46 (14 years ago)
- Location:
- branches/DataAnalysis Refactoring/HeuristicLab.Optimizer/3.3
- Files:
-
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/DataAnalysis Refactoring/HeuristicLab.Optimizer/3.3/HeuristicLab.Optimizer-3.3.csproj
r5211 r5796 115 115 <EmbeddedResource Include="Documents\SGP_SymbClass_Mammographic.hl" /> 116 116 <EmbeddedResource Include="Documents\SGP_SymbReg.hl" /> 117 <EmbeddedResource Include="Documents\VNS_TSP.hl" /> 117 118 <None Include="HeuristicLabOptimizerPlugin.cs.frame" /> 118 119 <Compile Include="CreateExperimentDialog.cs"> -
branches/DataAnalysis Refactoring/HeuristicLab.Optimizer/3.3/StartPage.cs
r5445 r5796 122 122 IItem item = (IItem)listViewItem.Tag; 123 123 DataObject data = new DataObject(); 124 data.SetData("Type", item.GetType()); 125 data.SetData("Value", item); 124 data.SetData("HeuristicLab", item); 126 125 DragDropEffects result = DoDragDrop(data, DragDropEffects.Copy); 127 126 }
Note: See TracChangeset
for help on using the changeset viewer.