C# Class SIL.Cog.Presentation.ViewModelLocator

This class contains static references to all the view models in the application and provides an entry point for the bindings.
Datei anzeigen Open project: sillsdev/cog

Public Methods

Method Description
Cleanup ( ) : void
ViewModelLocator ( ) : Autofac

Initializes a new instance of the ViewModelLocator class.

Method Details

Cleanup() public static method

public static Cleanup ( ) : void
return void

ViewModelLocator() public method

Initializes a new instance of the ViewModelLocator class.
public ViewModelLocator ( ) : Autofac
return Autofac