Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/17/10 00:30:46 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • worked on selection
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core.Views/3.3/ViewHost.cs

    r2809 r2817  
    120120        return;
    121121
    122       if (!ViewCanShowContent(viewType, content) || !typeMenuItemTable.ContainsKey(viewType))
     122      if (!ViewCanShowContent(viewType, content))
    123123        throw new ArgumentException(string.Format("View \"{0}\" cannot display content \"{1}\".",
    124124                                                  viewType.GetPrettyName(),
Note: See TracChangeset for help on using the changeset viewer.