C# Class PeerCastStation.WPF.NotifyIconManager

Mostrar archivo Open project: kumaryu/peercaststation Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
NotifyIconManager ( PeerCastAppViewModel app_viewmodel, UserInterface owner ) : System.Collections.Generic
NotifyNewVersions ( IEnumerable new_versions ) : void
Run ( ) : void
ShowNotificationMessage ( PeerCastStation.Core.NotificationMessage msg ) : void

Private Methods

Method Description
CreateNotifyIconMenu ( ) : ContextMenuStrip
CreateQuit ( ) : ToolStripItem
CreateSeparator ( ) : ToolStripSeparator
CreateShowGUI ( ) : ToolStripItem
CreateShowHTMLUI ( ) : ToolStripItem
CreateShowHelp ( ) : ToolStripItem
CreateVersionCheck ( ) : ToolStripItem

Method Details

Dispose() public method

public Dispose ( ) : void
return void

NotifyIconManager() public method

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

NotifyNewVersions() public method

public NotifyNewVersions ( IEnumerable new_versions ) : void
new_versions IEnumerable
return void

Run() public method

public Run ( ) : void
return void

ShowNotificationMessage() public method

public ShowNotificationMessage ( PeerCastStation.Core.NotificationMessage msg ) : void
msg PeerCastStation.Core.NotificationMessage
return void