Skip to content
returnzork edited this page Nov 30, 2013 · 8 revisions

Setup for creating a plugin

  1. Create a new project! Create new project Create new project

  2. Add references 1 2 3 4 5

  3. Add using statements, and add inheritance 1

  4. Implement the needed things (Pictures show how to do so in Visual Studio 2012 Express, may be different in your IDE) 1 Right click BackupV3API, highlight implement interface, and click implement interface.

  5. Edit the methods 1

Clone this wiki locally