C# 클래스 Orchestra.Views.AboutWindow

Interaction logic for AboutWindow.xaml.
상속: Catel.Windows.DataWindow
파일 보기 프로젝트 열기: WildGums/Orchestra

공개 메소드들

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

비공개 메소드들

메소드 설명
Close_OnClick ( object sender, RoutedEventArgs e ) : void

메소드 상세

AboutWindow() 공개 메소드

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

AboutWindow() 공개 메소드

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.
리턴 System.Windows