C# Class StupendousCounter.Core.ViewModel.ViewModelLocator

Mostrar archivo Open project: jimbobbennett/StupendousCounter

Public Methods

Method Description
RegisterDialogService ( IDialogService dialogService ) : void
RegisterNavigationService ( INavigationService navigationService ) : void

Private Methods

Method Description
ViewModelLocator ( ) : GalaSoft.MvvmLight.Ioc

Method Details

RegisterDialogService() public static method

public static RegisterDialogService ( IDialogService dialogService ) : void
dialogService IDialogService
return void

RegisterNavigationService() public static method

public static RegisterNavigationService ( INavigationService navigationService ) : void
navigationService INavigationService
return void