C# Class BeatMachine.ViewModel.ViewModelLocator

This class contains static references to all the view models in the application and provides an entry point for the bindings.
Afficher le fichier Open project: yavorg/Beat-Machine

Méthodes publiques

Méthode Description
Cleanup ( ) : void
ViewModelLocator ( ) : GalaSoft.MvvmLight

Initializes a new instance of the ViewModelLocator class.

Method Details

Cleanup() public static méthode

public static Cleanup ( ) : void
Résultat void

ViewModelLocator() public méthode

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