Changeset 16995 for addons/HeuristicLab.FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape.Views/BoxChart
- Timestamp:
- 05/29/19 12:27:07 (6 years ago)
- Location:
- addons/HeuristicLab.FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape.Views/BoxChart
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
addons/HeuristicLab.FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape.Views/BoxChart/BitmapItemView.cs
r7128 r16995 1 1 using System; 2 using System.Collections.Generic;3 using System.ComponentModel;4 using System.Drawing;5 using System.Data;6 using System.Linq;7 using System.Text;8 2 using System.Windows.Forms; 9 3 using HeuristicLab.Analysis.FitnessLandscape.BoxCharts; -
addons/HeuristicLab.FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape.Views/BoxChart/ColorValueView.cs
r7128 r16995 1 1 using System; 2 using System.Collections;3 using System.Collections.Generic;4 using System.ComponentModel;5 2 using System.Drawing; 6 using System.Data;7 3 using System.Drawing.Drawing2D; 8 using System.Linq;9 using System.Reflection;10 using System.Text;11 4 using System.Windows.Forms; 12 5 using HeuristicLab.Core.Views;
Note: See TracChangeset
for help on using the changeset viewer.