C# 클래스 Orchestra.Views.SystemInfoWindow

Interaction logic for SystemInfoWindow.xaml.
파일 보기 프로젝트 열기: WildGums/Orchestra

공개 메소드들

메소드 설명
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