Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/24/11 17:04:12 (13 years ago)
Author:
mkommend
Message:

#1689: Corrected type discovery and adapted MainFormManager to work correctly.

File:
1 edited

Legend:

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

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