C# Class Catel.ReSharper.ModuleInitializer

Used by the ModuleInit. All code inside the Initialize method is ran as soon as the assembly is loaded.
Show file Open project: Catel/Catel.ReSharper

Public Methods

Method Description
Initialize ( ) : void

Initializes the module.

Method Details

Initialize() public static method

Initializes the module.
public static Initialize ( ) : void
return void