C# 클래스 Host.AppView

Interaction logic for AppView.xaml
상속: System.Windows.Window
파일 보기 프로젝트 열기: Invenietis/ck-certified

공개 메소드들

메소드 설명
AppView ( ) : System

보호된 메소드들

메소드 설명
OnActivated ( EventArgs e ) : void

Used to launch WPF UI Thread when the window goes from the minimized state to the normal state, on XP. Without that, half the window remains black until it is resized.

OnClosing ( System e ) : void

메소드 상세

AppView() 공개 메소드

public AppView ( ) : System
리턴 System

OnActivated() 보호된 메소드

Used to launch WPF UI Thread when the window goes from the minimized state to the normal state, on XP. Without that, half the window remains black until it is resized.
protected OnActivated ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnClosing() 보호된 메소드

protected OnClosing ( System e ) : void
e System
리턴 void