C# Class NotifyMessageDemo.NotifyMessageManager

ファイルを表示 Open project: acid2000/OfficeCheevos

Public Methods

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

Private Methods

Method Description
FindNextLocation ( ) : int
StartService ( CancellationToken cancellationToken ) : Task
StopService ( ) : void

Method Details

EnqueueMessage() public method

public EnqueueMessage ( NotifyMessage msg ) : void
msg NotifyMessage
return void

NotifyMessageManager() public method

public NotifyMessageManager ( double screenWidth, double screenHeight, double popupWidth, double popupHeight ) : System
screenWidth double
screenHeight double
popupWidth double
popupHeight double
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void