C# Class CalDavSynchronizer.Ui.SystrayNotification.TrayNotifier

Inheritance: ITrayNotifier
Afficher le fichier Open project: aluxnimm/outlookcaldavsynchronizer

Méthodes publiques

Méthode Description
Dispose ( ) : void
NotifyUser ( GenSync.Logging.SynchronizationReport report, bool notifyWarnings, bool notifyErrors ) : void
TrayNotifier ( ICalDavSynchronizerCommands calDavSynchronizerCommands ) : System

Private Methods

Méthode Description
ShowAbout ( ) : void
ShowGeneralOptions ( ) : void
ShowOptions ( ) : void
ShowProfileStatuses ( ) : void
ShowReports ( ) : void
SynchronizeNow ( ) : void
_nofifyIcon_MouseDoubleClick ( object sender, MouseEventArgs e ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

NotifyUser() public méthode

public NotifyUser ( GenSync.Logging.SynchronizationReport report, bool notifyWarnings, bool notifyErrors ) : void
report GenSync.Logging.SynchronizationReport
notifyWarnings bool
notifyErrors bool
Résultat void

TrayNotifier() public méthode

public TrayNotifier ( ICalDavSynchronizerCommands calDavSynchronizerCommands ) : System
calDavSynchronizerCommands ICalDavSynchronizerCommands
Résultat System