C# Class SimpleSlideshow.MainWindow

Inheritance: System.Windows.Window
Show file Open project: etihwddot/NITE-WPF-Sample

Public Methods

Method Description
MainWindow ( ) : System.ComponentModel

Protected Methods

Method Description
OnClosing ( CancelEventArgs e ) : void
OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void

Private Methods

Method Description
CompositionTarget_Rendering ( object sender, System e ) : void

Method Details

MainWindow() public method

public MainWindow ( ) : System.ComponentModel
return System.ComponentModel

OnClosing() protected method

protected OnClosing ( CancelEventArgs e ) : void
e System.ComponentModel.CancelEventArgs
return void

OnKeyDown() protected method

protected OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
return void