C# Class Host.ViewModel.ViewModelLocator

This class contains static references to all the view models in the application and provides an entry point for the bindings.

See http://www.galasoft.ch/mvvm

Mostrar archivo Open project: xepher/uwp-wxbus

Private Properties

Property Type Description
ViewModelLocator Framework.NavigationService

Public Methods

Method Description
Cleanup ( ) : void

Cleans up all the resources.

Private Methods

Method Description
ViewModelLocator ( ) : Framework.NavigationService

Method Details

Cleanup() public static method

Cleans up all the resources.
public static Cleanup ( ) : void
return void