C# Class PeerCastStation.WPF.UserInterface

Inheritance: PeerCastStation.Core.PluginBase, IUserInterfacePlugin
Mostrar archivo Open project: kumaryu/peercaststation Class Usage Examples

Public Methods

Method Description
CheckVersion ( ) : void
ShowNotificationMessage ( PeerCastStation.Core.NotificationMessage msg ) : void
ShowWindow ( ) : void

Protected Methods

Method Description
OnStart ( ) : void
OnStop ( ) : void

Private Methods

Method Description
OnVersionCheckTimer ( object state ) : void

Method Details

CheckVersion() public method

public CheckVersion ( ) : void
return void

OnStart() protected method

protected OnStart ( ) : void
return void

OnStop() protected method

protected OnStop ( ) : void
return void

ShowNotificationMessage() public method

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

ShowWindow() public method

public ShowWindow ( ) : void
return void