Changes between Version 3 and Version 4 of Documentation/DevelopmentCenter/CreateNewPluginUsingVS
- Timestamp:
- 03/21/12 09:07:05 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/DevelopmentCenter/CreateNewPluginUsingVS
v3 v4 45 45 Therefore write the following code in your Plugin.cs file: 46 46 47 [[Image(plugin.png)]]48 49 or copy:50 51 47 {{{#!csharp 52 48 53 49 using HeuristicLab.PluginInfrastructure; 54 50 55 51 namespace HeuristicLab.Algorithms.MyAlgorithm {