C# 클래스 PocketCampus.Main.App

파일 보기 프로젝트 열기: accandme/pocketcampus

공개 메소드들

메소드 설명
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