C# Класс PocketCampus.Main.App

Показать файл Открыть проект

Открытые методы

Метод Описание
App ( ) : System

Creates a new App.

Защищенные методы

Метод Описание
CreateRootFrame ( ) : PhoneApplicationFrame

Creates the root frame of the app.

Start ( AppArguments arguments ) : void

Приватные методы

Метод Описание
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.

Описание методов

App() публичный Метод

Creates a new App.
public App ( ) : System
Результат System

CreateRootFrame() защищенный Метод

Creates the root frame of the app.
protected CreateRootFrame ( ) : PhoneApplicationFrame
Результат PhoneApplicationFrame

Start() защищенный Метод

protected Start ( AppArguments arguments ) : void
arguments AppArguments
Результат void