C# Class Orchestra.Views.SystemInfoWindow

Interaction logic for SystemInfoWindow.xaml.
Exibir arquivo Open project: WildGums/Orchestra

Public Methods

Method 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

Method Description
OnCloseClick ( object sender, RoutedEventArgs e ) : void

Method Details

SystemInfoWindow() public method

Initializes a new instance of the SystemInfoWindow class.
public SystemInfoWindow ( ) : System.Windows
return System.Windows

SystemInfoWindow() public method

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.
return System.Windows