C# Class Cimbalino.Phone.Toolkit.Services.SystemTrayService

Represents an implementation of the ISystemTrayService.
Inheritance: ISystemTrayService
Show file Open project: Cimbalino/Cimbalino-Phone-Toolkit

Private Properties

Property Type Description
EnsureInitialization void
HideProgressIndicator void
SetPageProgressIndicator void
SetProgressIndicator void

Public Methods

Method Description
SystemTrayService ( ) : System

Initializes a new instance of the SystemTrayService class.

Private Methods

Method Description
EnsureInitialization ( ) : void
HideProgressIndicator ( ) : void
SetPageProgressIndicator ( PhoneApplicationPage page ) : void
SetProgressIndicator ( string text ) : void

Method Details

SystemTrayService() public method

Initializes a new instance of the SystemTrayService class.
public SystemTrayService ( ) : System
return System