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.
Afficher le fichier Open project: barrylapthorn/countdown_timer

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ViewModelLocator ( ) : System

Initializes a new instance of the ViewModelLocator class.

Method Details

ViewModelLocator() public méthode

Initializes a new instance of the ViewModelLocator class.
public ViewModelLocator ( ) : System
Résultat System