Changeset 3547 for trunk/sources/HeuristicLab.PluginInfrastructure/Manager
- Timestamp:
- 04/27/10 21:30:24 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure/Manager/PluginValidator.cs
r3508 r3547 260 260 catch (TypeLoadException) { 261 261 } 262 catch (MissingMemberException) { 263 } 262 264 } 263 265 return pluginDescriptions;
Note: See TracChangeset
for help on using the changeset viewer.