C# Class Catel.ReSharper.ModuleInitializer

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

Méthodes publiques

Méthode Description
Initialize ( ) : void

Initializes the module.

Method Details

Initialize() public static méthode

Initializes the module.
public static Initialize ( ) : void
Résultat void