C# 클래스 PeerCastStation.WPF.NotifyIconManager

파일 보기 프로젝트 열기: kumaryu/peercaststation 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
NotifyIconManager ( PeerCastAppViewModel app_viewmodel, UserInterface owner ) : System.Collections.Generic
NotifyNewVersions ( IEnumerable new_versions ) : void
Run ( ) : void
ShowNotificationMessage ( PeerCastStation.Core.NotificationMessage msg ) : void

비공개 메소드들

메소드 설명
CreateNotifyIconMenu ( ) : ContextMenuStrip
CreateQuit ( ) : ToolStripItem
CreateSeparator ( ) : ToolStripSeparator
CreateShowGUI ( ) : ToolStripItem
CreateShowHTMLUI ( ) : ToolStripItem
CreateShowHelp ( ) : ToolStripItem
CreateVersionCheck ( ) : ToolStripItem

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

NotifyIconManager() 공개 메소드

public NotifyIconManager ( PeerCastAppViewModel app_viewmodel, UserInterface owner ) : System.Collections.Generic
app_viewmodel PeerCastAppViewModel
owner UserInterface
리턴 System.Collections.Generic

NotifyNewVersions() 공개 메소드

public NotifyNewVersions ( IEnumerable new_versions ) : void
new_versions IEnumerable
리턴 void

Run() 공개 메소드

public Run ( ) : void
리턴 void

ShowNotificationMessage() 공개 메소드

public ShowNotificationMessage ( PeerCastStation.Core.NotificationMessage msg ) : void
msg PeerCastStation.Core.NotificationMessage
리턴 void