Changeset 7213 for branches/HeuristicLab.TimeSeries/HeuristicLab.MainForm
- Timestamp:
- 12/20/11 11:45:18 (13 years ago)
- Location:
- branches/HeuristicLab.TimeSeries
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.TimeSeries
-
branches/HeuristicLab.TimeSeries/HeuristicLab.MainForm/3.3/MainFormManager.cs
r7069 r7213 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.