C# Class Catel.ExtensionsDataModule

Extensions.Data module which allows the registration of default services in the service locator.
Show file Open project: Catel/Catel

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