C# Class Orchestra.Views.AboutWindow

Interaction logic for AboutWindow.xaml.
Inheritance: Catel.Windows.DataWindow
Datei anzeigen Open project: WildGums/Orchestra

Public Methods

Method 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

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

Method Details

AboutWindow() public method

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

AboutWindow() public method

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