Changeset 8206 for branches/GP-MoveOperators/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/GraphicalSymbolicDataAnalysisModelView.cs
- Timestamp:
- 07/03/12 16:46:35 (12 years ago)
- Location:
- branches/GP-MoveOperators
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GP-MoveOperators
- Property svn:mergeinfo changed
/trunk/sources merged: 8084,8088-8090,8092-8100,8102-8113,8115,8117-8132,8134-8146,8148-8156,8158-8160,8163-8170,8173-8176,8178-8190,8192-8205
- Property svn:mergeinfo changed
-
branches/GP-MoveOperators/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/GraphicalSymbolicDataAnalysisModelView.cs
r7446 r8206 26 26 namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Views { 27 27 [View("Graphical Representation")] 28 [Content(typeof(ISymbolicDataAnalysisModel) )]28 [Content(typeof(ISymbolicDataAnalysisModel), true)] 29 29 public partial class GraphicalSymbolicDataAnalysisModelView : AsynchronousContentView { 30 30 public GraphicalSymbolicDataAnalysisModelView()
Note: See TracChangeset
for help on using the changeset viewer.