Plugin Interfaces > Add Pages to FogBugz > IPluginPageDisplay
Introduction
This article will demonstrate a simple FogBugz plugin that implements the IPluginPageDisplay interface contained in the FogCreek.FogBugz.Plugins.Interfaces class.
Functionality
This plugin will add a new page to FogBugz containing interactive form elements, and use the IPluginExtrasMenu interface to add a link to the new page in the "Extras" menu:
Compile and Install It On Your Own
Download the source file: IPluginPageDisplay_Example.cs
Then follow these instructions to create a functioning plugin assembly: Compiling and Installing a FogBugz Plugin