- Timestamp:
- 08/10/12 15:58:36 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.TimeSeries/HeuristicLab.Problems.DataAnalysis.Views/3.4/Solution Views/TimeSeriesPrognosisSolutionView.cs
r8010 r8468 40 40 base.OnContentChanged(); 41 41 if (Content != null) { 42 horizonTextBox.Text = Content.Horizon.ToString();42 //horizonTextBox.Text = Content.Horizon.ToString(); 43 43 } 44 44 } … … 70 70 int val; 71 71 int.TryParse(horizonTextBox.Text, out val); 72 Content.Horizon = val;72 //Content.Horizon = val; 73 73 } 74 74 }
Note: See TracChangeset
for help on using the changeset viewer.