C# Класс Orchestra.Views.SystemInfoWindow

Interaction logic for SystemInfoWindow.xaml.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
OnCloseClick ( object sender, RoutedEventArgs e ) : void

Описание методов

SystemInfoWindow() публичный Метод

Initializes a new instance of the SystemInfoWindow class.
public SystemInfoWindow ( ) : System.Windows
Результат System.Windows

SystemInfoWindow() публичный Метод

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.
Результат System.Windows