C# Class PocketCampus.Main.App

Datei anzeigen Open project: accandme/pocketcampus

Public Methods

Method Description
App ( ) : System

Creates a new App.

Protected Methods

Method Description
CreateRootFrame ( ) : PhoneApplicationFrame

Creates the root frame of the app.

Start ( AppArguments arguments ) : void

Private Methods

Method 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 method

Creates a new App.
public App ( ) : System
return System

CreateRootFrame() protected method

Creates the root frame of the app.
protected CreateRootFrame ( ) : PhoneApplicationFrame
return PhoneApplicationFrame

Start() protected method

protected Start ( AppArguments arguments ) : void
arguments AppArguments
return void