Changeset 7085 for branches/RegressionBenchmarks/HeuristicLab.MainForm
- Timestamp:
- 11/28/11 13:47:28 (13 years ago)
- Location:
- branches/RegressionBenchmarks
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/RegressionBenchmarks
- Property svn:ignore
-
old new 4 4 *.suo 5 5 *.vsp 6 Doxygen 6 7 Google.ProtocolBuffers-0.9.1.dll 7 8 HeuristicLab 3.3.5.1.ReSharper.user 8 9 HeuristicLab 3.3.6.0.ReSharper.user 9 10 HeuristicLab.4.5.resharper.user 11 HeuristicLab.ExtLibs.6.0.ReSharper.user 10 12 HeuristicLab.resharper.user 11 13 ProtoGen.exe … … 16 18 bin 17 19 protoc.exe 18 HeuristicLab.ExtLibs.6.0.ReSharper.user19 Doxygen
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/RegressionBenchmarks/HeuristicLab.MainForm/3.3/MainFormManager.cs
r5445 r7085 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.