C# Class FG.MainPage

An empty page that can be used on its own or navigated to within a Frame.
Inheritance: Page
Show file Open project: shendongnian/code

Public Methods

Method Description
CoreWindow_KeyDown ( Windows.UI.Core.CoreWindow sender, Windows.UI.Core.KeyEventArgs args ) : void
CoreWindow_KeyUp ( Windows.UI.Core.CoreWindow sender, Windows.UI.Core.KeyEventArgs args ) : void
MainPage ( )

Private Methods

Method Description
PitchTextChanged ( object sender, TextChangedEventArgs e ) : void

Method Details

CoreWindow_KeyDown() public method

public CoreWindow_KeyDown ( Windows.UI.Core.CoreWindow sender, Windows.UI.Core.KeyEventArgs args ) : void
sender Windows.UI.Core.CoreWindow
args Windows.UI.Core.KeyEventArgs
return void

CoreWindow_KeyUp() public method

public CoreWindow_KeyUp ( Windows.UI.Core.CoreWindow sender, Windows.UI.Core.KeyEventArgs args ) : void
sender Windows.UI.Core.CoreWindow
args Windows.UI.Core.KeyEventArgs
return void

MainPage() public method

public MainPage ( )