C# Class OfficeTicTacToe.Views.DisconnectPage

An empty page that can be used on its own or navigated to within a Frame.
Afficher le fichier Open project: DXFrance/OfficeTicTacToe

Méthodes publiques

Méthode Description
DisconnectPage ( ) : OfficeTicTacToe.Common

Méthodes protégées

Méthode Description
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Méthode Description
Disconnect ( ) : System.Threading.Tasks.Task

Method Details

DisconnectPage() public méthode

public DisconnectPage ( ) : OfficeTicTacToe.Common
Résultat OfficeTicTacToe.Common

OnNavigatedTo() protected méthode

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
Résultat void