C# Class Catel.ExtensionsPrismModule

Extensions.Prism module which allows the registration of default services in the service locator.
Afficher le fichier Open project: Catel/Catel

Méthodes publiques

Méthode Description
Initialize ( IServiceLocator serviceLocator ) : void

Initializes the specified service locator.

Private Methods

Méthode Description
InitializePlatform ( ) : void

Method Details

Initialize() public méthode

Initializes the specified service locator.
public Initialize ( IServiceLocator serviceLocator ) : void
serviceLocator IServiceLocator The service locator.
Résultat void