Changeset 11303 for branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Problems.DataAnalysis.Views/3.4
- Timestamp:
- 08/26/14 13:05:22 (10 years ago)
- Location:
- branches/HeuristicLab.Problems.Orienteering
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Problems.Orienteering
- Property svn:mergeinfo changed
/trunk/sources merged: 11214,11241,11248-11251,11256,11263,11274,11280,11282-11283,11290,11292,11294-11296,11298,11300,11302
- Property svn:mergeinfo changed
-
branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Problems.DataAnalysis.Views
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Problems.DataAnalysis.Views merged: 11214
- Property svn:mergeinfo changed
-
branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Problems.DataAnalysis.Views/3.4/Interfaces/IDataPreprocessorStarter.cs
r11185 r11303 20 20 #endregion 21 21 22 using HeuristicLab.MainForm .WindowsForms;22 using HeuristicLab.MainForm; 23 23 24 24 namespace HeuristicLab.Problems.DataAnalysis.Views { 25 25 public interface IDataPreprocessorStarter { 26 void Start(IDataAnalysisProblemData problemData, View currentView);26 void Start(IDataAnalysisProblemData problemData, IContentView currentView); 27 27 } 28 28 }
Note: See TracChangeset
for help on using the changeset viewer.