C# 클래스 PeerCastStation.WPF.UserInterface

상속: PeerCastStation.Core.PluginBase, IUserInterfacePlugin
파일 보기 프로젝트 열기: kumaryu/peercaststation 1 사용 예제들

공개 메소드들

메소드 설명
CheckVersion ( ) : void
ShowNotificationMessage ( PeerCastStation.Core.NotificationMessage msg ) : void
ShowWindow ( ) : void

보호된 메소드들

메소드 설명
OnStart ( ) : void
OnStop ( ) : void

비공개 메소드들

메소드 설명
OnVersionCheckTimer ( object state ) : void

메소드 상세

CheckVersion() 공개 메소드

public CheckVersion ( ) : void
리턴 void

OnStart() 보호된 메소드

protected OnStart ( ) : void
리턴 void

OnStop() 보호된 메소드

protected OnStop ( ) : void
리턴 void

ShowNotificationMessage() 공개 메소드

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

ShowWindow() 공개 메소드

public ShowWindow ( ) : void
리턴 void