C# Class PocketCampus.Main.App

Afficher le fichier Open project: accandme/pocketcampus

Méthodes publiques

Méthode Description
App ( ) : System

Creates a new App.

Méthodes protégées

Méthode Description
CreateRootFrame ( ) : PhoneApplicationFrame

Creates the root frame of the app.

Start ( AppArguments arguments ) : void

Private Methods

Méthode Description
NavigateToCustomUri ( string uri ) : void

Navigates to the specified PocketCampus URI.

ParseQuery ( string uri ) : Tuple>

Parses the specified query to get the plugin name, action name and parameters.

Method Details

App() public méthode

Creates a new App.
public App ( ) : System
Résultat System

CreateRootFrame() protected méthode

Creates the root frame of the app.
protected CreateRootFrame ( ) : PhoneApplicationFrame
Résultat PhoneApplicationFrame

Start() protected méthode

protected Start ( AppArguments arguments ) : void
arguments AppArguments
Résultat void