C# Class BluetoothData.DevicePage

Inheritance: global::Windows.UI.Xaml.Controls.Page
ファイルを表示 Open project: sbaidachni/Win10BookSamples

Public Methods

Method Description
DevicePage ( ) : BluetoothData.Code

Protected Methods

Method Description
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method Description
DevicePage_BackRequested ( object sender, BackRequestedEventArgs e ) : void

Method Details

DevicePage() public method

public DevicePage ( ) : BluetoothData.Code
return BluetoothData.Code

OnNavigatedFrom() protected method

protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e NavigationEventArgs
return void

OnNavigatedTo() protected method

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e NavigationEventArgs
return void