C# Class MonoDevelop.StyleCop.StartupHandler

This class get's initialized on MonoDevelop startup and setup all necessary stuff that has to be loaded only once.
Inheritance: MonoDevelop.Components.Commands.CommandHandler
Exibir arquivo Open project: DarkCloud14/MonoDevelop.StyleCop

Protected Methods

Method Description
Run ( ) : void

This method get's called on MonoDevelop startup and will setup all necessary stuff that has to be loaded only once.

Method Details

Run() protected method

This method get's called on MonoDevelop startup and will setup all necessary stuff that has to be loaded only once.
protected Run ( ) : void
return void