Changeset 2503 for branches/PluginInfrastructure Refactoring/HeuristicLab.PluginInfrastructure/Interfaces
- Timestamp:
- 11/17/09 14:03:40 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PluginInfrastructure Refactoring/HeuristicLab.PluginInfrastructure/Interfaces/IPlugin.cs
r2481 r2503 51 51 /// </summary> 52 52 void OnLoad(); 53 54 /// <summary> 55 /// Called by the framework whenever the plugin is unloaded. 56 /// Plugins are unloaded when an application exits. 57 /// </summary> 58 void OnUnload(); 53 59 } 54 60 }
Note: See TracChangeset
for help on using the changeset viewer.