C# Class NotifyMessageDemo.NotifyMessageManager

Afficher le fichier Open project: acid2000/OfficeCheevos

Méthodes publiques

Méthode Description
EnqueueMessage ( NotifyMessage msg ) : void
NotifyMessageManager ( double screenWidth, double screenHeight, double popupWidth, double popupHeight ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
FindNextLocation ( ) : int
StartService ( CancellationToken cancellationToken ) : Task
StopService ( ) : void

Method Details

EnqueueMessage() public méthode

public EnqueueMessage ( NotifyMessage msg ) : void
msg NotifyMessage
Résultat void

NotifyMessageManager() public méthode

public NotifyMessageManager ( double screenWidth, double screenHeight, double popupWidth, double popupHeight ) : System
screenWidth double
screenHeight double
popupWidth double
popupHeight double
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void