C# Class PocketCampus.Map.WindowsPhonePlugin

The map Windows Phone plugin.
Inheritance: Plugin, IWindowsPhonePlugin
ファイルを表示 Open project: accandme/pocketcampus

Public Methods

Method Description
Initialize ( IWindowsPhoneNavigationService navigationService ) : void

Initializes the Windows Phone specific part of the plugin.

Method Details

Initialize() public method

Initializes the Windows Phone specific part of the plugin.
public Initialize ( IWindowsPhoneNavigationService navigationService ) : void
navigationService IWindowsPhoneNavigationService
return void