C# Class OfficeTicTacToe.Views.DisconnectPage

An empty page that can be used on its own or navigated to within a Frame.
ファイルを表示 Open project: DXFrance/OfficeTicTacToe

Public Methods

Method Description
DisconnectPage ( ) : OfficeTicTacToe.Common

Protected Methods

Method Description
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method Description
Disconnect ( ) : System.Threading.Tasks.Task

Method Details

DisconnectPage() public method

public DisconnectPage ( ) : OfficeTicTacToe.Common
return OfficeTicTacToe.Common

OnNavigatedTo() protected method

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