C# Class PeerCastStation.WPF.UserInterface

Inheritance: PeerCastStation.Core.PluginBase, IUserInterfacePlugin
Afficher le fichier Open project: kumaryu/peercaststation Class Usage Examples

Méthodes publiques

Méthode Description
CheckVersion ( ) : void
ShowNotificationMessage ( PeerCastStation.Core.NotificationMessage msg ) : void
ShowWindow ( ) : void

Méthodes protégées

Méthode Description
OnStart ( ) : void
OnStop ( ) : void

Private Methods

Méthode Description
OnVersionCheckTimer ( object state ) : void

Method Details

CheckVersion() public méthode

public CheckVersion ( ) : void
Résultat void

OnStart() protected méthode

protected OnStart ( ) : void
Résultat void

OnStop() protected méthode

protected OnStop ( ) : void
Résultat void

ShowNotificationMessage() public méthode

public ShowNotificationMessage ( PeerCastStation.Core.NotificationMessage msg ) : void
msg PeerCastStation.Core.NotificationMessage
Résultat void

ShowWindow() public méthode

public ShowWindow ( ) : void
Résultat void