Changeset 7111 for trunk/sources/HeuristicLab.MainForm
- Timestamp:
- 12/01/11 17:33:56 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.MainForm/3.3/MainFormManager.cs
r7069 r7111 49 49 MainFormManager.mainform = mainForm; 50 50 IEnumerable<Type> types = 51 from t in ApplicationManager.Manager.GetTypes(typeof(IContentView), false)51 from t in ApplicationManager.Manager.GetTypes(typeof(IContentView), true, true) 52 52 where !t.IsAbstract && !t.IsInterface && ContentAttribute.HasContentAttribute(t) 53 53 select t;
Note: See TracChangeset
for help on using the changeset viewer.