Changeset 7255 for branches/RegressionBenchmarks/HeuristicLab.MainForm
- Timestamp:
- 01/02/12 11:40:31 (13 years ago)
- Location:
- branches/RegressionBenchmarks
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/RegressionBenchmarks
-
branches/RegressionBenchmarks/HeuristicLab.MainForm/3.3/MainFormManager.cs
r7085 r7255 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.