C# Class Orchestra.Views.AboutWindow

Interaction logic for AboutWindow.xaml.
Inheritance: Catel.Windows.DataWindow
Afficher le fichier Open project: WildGums/Orchestra

Méthodes publiques

Méthode Description
AboutWindow ( ) : System.Windows

Initializes a new instance of the AboutWindow class.

AboutWindow ( AboutViewModel viewModel ) : System.Windows

Initializes a new instance of the AboutWindow class.

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

Private Methods

Méthode Description
Close_OnClick ( object sender, RoutedEventArgs e ) : void

Method Details

AboutWindow() public méthode

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

AboutWindow() public méthode

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