C# 클래스 CalDavSynchronizer.Ui.SystrayNotification.TrayNotifier

상속: ITrayNotifier
파일 보기 프로젝트 열기: aluxnimm/outlookcaldavsynchronizer

공개 메소드들

메소드 설명
Dispose ( ) : void
NotifyUser ( GenSync.Logging.SynchronizationReport report, bool notifyWarnings, bool notifyErrors ) : void
TrayNotifier ( ICalDavSynchronizerCommands calDavSynchronizerCommands ) : System

비공개 메소드들

메소드 설명
ShowAbout ( ) : void
ShowGeneralOptions ( ) : void
ShowOptions ( ) : void
ShowProfileStatuses ( ) : void
ShowReports ( ) : void
SynchronizeNow ( ) : void
_nofifyIcon_MouseDoubleClick ( object sender, MouseEventArgs e ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

NotifyUser() 공개 메소드

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

TrayNotifier() 공개 메소드

public TrayNotifier ( ICalDavSynchronizerCommands calDavSynchronizerCommands ) : System
calDavSynchronizerCommands ICalDavSynchronizerCommands
리턴 System