Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/01/11 17:33:56 (12 years ago)
Author:
mkommend
Message:

#1689: Corrected ApplicationManagers by introducing a new parameter in the GetTypes method.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.MainForm/3.3/MainFormManager.cs

    r7069 r7111  
    4949        MainFormManager.mainform = mainForm;
    5050        IEnumerable<Type> types =
    51           from t in ApplicationManager.Manager.GetTypes(typeof(IContentView), false)
     51          from t in ApplicationManager.Manager.GetTypes(typeof(IContentView), true, true)
    5252          where !t.IsAbstract && !t.IsInterface && ContentAttribute.HasContentAttribute(t)
    5353          select t;
Note: See TracChangeset for help on using the changeset viewer.