- Timestamp:
- 07/14/17 10:29:51 (7 years ago)
- Location:
- stable
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 15110,15119,15210
- Property svn:mergeinfo changed
-
stable/HeuristicLab.DataPreprocessing.Views
- Property svn:mergeinfo changed
-
stable/HeuristicLab.DataPreprocessing.Views/3.4/FilterView.cs
r14186 r15242 32 32 [Content(typeof(FilterContent), true)] 33 33 public partial class FilterView : ItemView { 34 public new FilterContent Content { 35 get { return (FilterContent)base.Content; } 36 set { base.Content = value; } 37 } 34 38 35 39 public FilterView() { … … 45 49 checkedFilterView.Content.ItemsRemoved += Content_ItemsRemoved; 46 50 checkedFilterView.Content.CheckedItemsChanged += Content_CheckedItemsChanged; 47 }48 49 public new FilterContent Content {50 get { return (FilterContent)base.Content; }51 set { base.Content = value; }52 51 } 53 52 … … 122 121 } 123 122 } 124 125 123 } 126 124 }
Note: See TracChangeset
for help on using the changeset viewer.