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

Represents an implementation of the ISystemTrayService.
Inheritance: ISystemTrayService
Afficher le fichier Open project: Cimbalino/Cimbalino-Phone-Toolkit

Private Properties

Свойство Type Description
EnsureInitialization void
HideProgressIndicator void
SetPageProgressIndicator void
SetProgressIndicator void

Méthodes publiques

Méthode Description
SystemTrayService ( ) : System

Initializes a new instance of the SystemTrayService class.

Private Methods

Méthode Description
EnsureInitialization ( ) : void
HideProgressIndicator ( ) : void
SetPageProgressIndicator ( PhoneApplicationPage page ) : void
SetProgressIndicator ( string text ) : void

Method Details

SystemTrayService() public méthode

Initializes a new instance of the SystemTrayService class.
public SystemTrayService ( ) : System
Résultat System