C# Class MyTime3.MainPage

Inheritance: Windows.UI.Xaml.Controls.Page
显示文件 Open project: porrey/iot

Public Methods

Method Description
MainPage ( ) : System

Protected Methods

Method Description
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method Description
Keypad_KeyEvent ( object sender, KeyPadEventArgs e ) : void
TestArduino ( ) : System.Threading.Tasks.Task
TestClock ( ) : System.Threading.Tasks.Task
TestKeyPad1 ( ) : System.Threading.Tasks.Task
TestKeyPad2 ( ) : System.Threading.Tasks.Task
TestLifx ( ) : System.Threading.Tasks.Task
TestLightSensor ( ) : System.Threading.Tasks.Task
TestTemperatureSensor ( ) : System.Threading.Tasks.Task

Method Details

MainPage() public method

public MainPage ( ) : System
return System

OnNavigatedTo() protected method

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void