C# Class UWPRobotController.MainPage

MainPage shows controller and sets up robot interface
Inheritance: Windows.UI.Xaml.Controls.Page
ファイルを表示 Open project: ms-iot/remote-wiring-quick-controllers

Public Methods

Method Description
MainPage ( ) : System

Protected Methods

Method Description
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method Description
Reconnect_Click ( object sender, RoutedEventArgs e ) : void
listBox_SelectionChanged ( object sender, SelectionChangedEventArgs e ) : void

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