C# Class PeerCastStation.GUI.UserInterface

Inheritance: System.MarshalByRefObject, IUserInterface
Mostrar archivo Open project: kumaryu/peercaststation

Public Methods

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

Protected Methods

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

Method Details

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