C# Class Btl.ViewModels.ViewModelLocator

This class contains static references to all the view models in the application and provides an entry point for the bindings. ViewModels are only created when first called.
Datei anzeigen Open project: barrylapthorn/countdown_timer

Private Properties

Property Type Description

Public Methods

Method Description
ViewModelLocator ( ) : System

Initializes a new instance of the ViewModelLocator class.

Method Details

ViewModelLocator() public method

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