C# Class Orchestra.Views.MahAppsAboutView

Interaction logic for MahAppsAboutView.xaml.
Afficher le fichier Open project: WildGums/Orchestra

Méthodes publiques

Méthode Description
MahAppsAboutView ( ) : Catel.Windows

Initializes a new instance of the MahAppsAboutView class.

MahAppsAboutView ( AboutViewModel viewModel ) : Catel.Windows

Initializes a new instance of the MahAppsAboutView class.

This constructor can be used to use view-model injection.

Method Details

MahAppsAboutView() public méthode

Initializes a new instance of the MahAppsAboutView class.
public MahAppsAboutView ( ) : Catel.Windows
Résultat Catel.Windows

MahAppsAboutView() public méthode

Initializes a new instance of the MahAppsAboutView class.
This constructor can be used to use view-model injection.
public MahAppsAboutView ( AboutViewModel viewModel ) : Catel.Windows
viewModel AboutViewModel The view model to inject.
Résultat Catel.Windows