C# Class CalDavSynchronizer.Ui.SystrayNotification.TrayNotifier

Inheritance: ITrayNotifier
Mostra file Open project: aluxnimm/outlookcaldavsynchronizer

Public Methods

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

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

NotifyUser() public method

public NotifyUser ( GenSync.Logging.SynchronizationReport report, bool notifyWarnings, bool notifyErrors ) : void
report GenSync.Logging.SynchronizationReport
notifyWarnings bool
notifyErrors bool
return void

TrayNotifier() public method

public TrayNotifier ( ICalDavSynchronizerCommands calDavSynchronizerCommands ) : System
calDavSynchronizerCommands ICalDavSynchronizerCommands
return System