C# Class PeerCastStation.UI.NewVersionNotificationMessage

Inheritance: PeerCastStation.Core.NotificationMessage
Mostrar archivo Open project: kumaryu/peercaststation

Public Methods

Method Description
NewVersionNotificationMessage ( IEnumerable new_versions ) : System
NewVersionNotificationMessage ( string title, string message, NotificationMessageType type, IEnumerable new_versions ) : System

Method Details

NewVersionNotificationMessage() public method

public NewVersionNotificationMessage ( IEnumerable new_versions ) : System
new_versions IEnumerable
return System

NewVersionNotificationMessage() public method

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