Changeset 454
- Timestamp:
- 08/06/08 13:12:46 (16 years ago)
- Location:
- trunk/sources/HeuristicLab.DataAnalysis
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.DataAnalysis/DatasetView.cs
r344 r454 42 42 foreach(IDatasetManipulator manipulator in manipuators) { 43 43 contextMenuStrip.Items.Add(new ToolStripButton(manipulator.Action,null , delegate(object source, EventArgs args) 44 { manipulator.Execute(Dataset); })); 44 { 45 manipulator.Execute(Dataset); 46 UpdateControls(); 47 })); 45 48 } 46 49 -
trunk/sources/HeuristicLab.DataAnalysis/HeuristicLab.DataAnalysis.csproj
r312 r454 70 70 <Compile Include="Properties\AssemblyInfo.cs" /> 71 71 <Compile Include="Regression.cs" /> 72 <Compile Include="RowShuffler.cs" /> 72 73 <Compile Include="Statistics.cs" /> 73 74 <Compile Include="SvmExporter.cs"> … … 100 101 <EmbeddedResource Include="ManualScalingControl.resx"> 101 102 <DependentUpon>ManualScalingControl.cs</DependentUpon> 103 <SubType>Designer</SubType> 102 104 </EmbeddedResource> 103 105 <EmbeddedResource Include="SvmExporter.resx">
Note: See TracChangeset
for help on using the changeset viewer.