C# Class MyTime3.App

Inheritance: Windows.UI.Xaml.Application
Afficher le fichier Open project: porrey/iot

Méthodes publiques

Méthode Description
App ( ) : System

Méthodes protégées

Méthode Description
OnLaunched ( LaunchActivatedEventArgs e ) : void

Private Methods

Méthode Description
OnNavigationFailed ( object sender, NavigationFailedEventArgs e ) : void
OnSuspending ( object sender, SuspendingEventArgs e ) : void

Method Details

App() public méthode

public App ( ) : System
Résultat System

OnLaunched() protected méthode

protected OnLaunched ( LaunchActivatedEventArgs e ) : void
e Windows.ApplicationModel.Activation.LaunchActivatedEventArgs
Résultat void