C# Class Catel.CoreModule

Core module which allows the registration of default services in the service locator.
Show file Open project: Catel/Catel Class Usage Examples

Public Methods

Method Description
Initialize ( IServiceLocator serviceLocator ) : void

Initializes the specified service locator.

Method Details

Initialize() public method

Initializes the specified service locator.
public Initialize ( IServiceLocator serviceLocator ) : void
serviceLocator IServiceLocator The service locator.
return void