C# Class Petzold.ExamineKeystrokes.ExamineKeystrokes

Inheritance: System.Windows.Window
Mostra file Open project: kasicass/kasicass

Public Methods

Method Description
ExamineKeystrokes ( ) : System

Protected Methods

Method Description
OnKeyDown ( System.Windows.Input.KeyEventArgs args ) : void

Private Methods

Method Description
Main ( ) : void

Method Details

ExamineKeystrokes() public method

public ExamineKeystrokes ( ) : System
return System

OnKeyDown() protected method

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