- Timestamp:
- 08/08/11 13:15:23 (13 years ago)
- Location:
- trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/Interfaces
- Files:
-
- 3 deleted
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/Interfaces/IDataAnalysisSolutionEvaluationView.cs
r6638 r6642 21 21 22 22 23 using System.Drawing; 24 using HeuristicLab.MainForm; 23 25 namespace HeuristicLab.Problems.DataAnalysis.Views { 24 public interface I RegressionSolutionEvaluationView {25 new IRegressionSolution Content { get; set; }26 public interface IDataAnalysisSolutionEvaluationView :IContentView { 27 Image ViewImage { get; } 26 28 } 27 29 }
Note: See TracChangeset
for help on using the changeset viewer.