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