Changeset 2839
- Timestamp:
- 02/19/10 11:50:54 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Core.Views/3.3/ViewHost.cs
r2838 r2839 33 33 get { return this.viewType; } 34 34 set { 35 if ( !ViewCanShowContent(value, content))35 if (value != null && !ViewCanShowContent(value, content)) 36 36 throw new ArgumentException(string.Format("View \"{0}\" cannot display content \"{1}\".", 37 37 value.GetPrettyName(),
Note: See TracChangeset
for help on using the changeset viewer.