C# Class Host.AppView

Interaction logic for AppView.xaml
Inheritance: System.Windows.Window
Mostrar archivo Open project: Invenietis/ck-certified

Public Methods

Method Description
AppView ( ) : System

Protected Methods

Method Description
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

Method Details

AppView() public method

public AppView ( ) : System
return System

OnActivated() protected method

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
return void

OnClosing() protected method

protected OnClosing ( System e ) : void
e System
return void