C# 클래스 PeerCastStation.UI.NewVersionNotificationMessage

상속: PeerCastStation.Core.NotificationMessage
파일 보기 프로젝트 열기: kumaryu/peercaststation

공개 메소드들

메소드 설명
NewVersionNotificationMessage ( IEnumerable new_versions ) : System
NewVersionNotificationMessage ( string title, string message, NotificationMessageType type, IEnumerable new_versions ) : System

메소드 상세

NewVersionNotificationMessage() 공개 메소드

public NewVersionNotificationMessage ( IEnumerable new_versions ) : System
new_versions IEnumerable
리턴 System

NewVersionNotificationMessage() 공개 메소드

public NewVersionNotificationMessage ( string title, string message, NotificationMessageType type, IEnumerable new_versions ) : System
title string
message string
type NotificationMessageType
new_versions IEnumerable
리턴 System