Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 3 and Version 4 of Documentation/DevelopmentCenter/CreateNewPluginUsingVS


Ignore:
Timestamp:
03/21/12 09:07:05 (12 years ago)
Author:
gkronber
Comment:

removed unnecessary screenshot of plugin code

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/DevelopmentCenter/CreateNewPluginUsingVS

    v3 v4  
    4545Therefore write the following code in your Plugin.cs file:
    4646
    47 [[Image(plugin.png)]]
    48 
    49 or copy:
    50 
    5147 {{{#!csharp
    5248
    53   using HeuristicLab.PluginInfrastructure;
     49using HeuristicLab.PluginInfrastructure;
    5450
    5551namespace HeuristicLab.Algorithms.MyAlgorithm {