C# Class Orchestra.Views.SystemInfoWindow

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

Méthodes publiques

Méthode Description
SystemInfoWindow ( ) : System.Windows

Initializes a new instance of the SystemInfoWindow class.

SystemInfoWindow ( SystemInfoViewModel viewModel ) : System.Windows

Initializes a new instance of the SystemInfoWindow class.

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

Private Methods

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

Method Details

SystemInfoWindow() public méthode

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

SystemInfoWindow() public méthode

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