C# Class PeerCastStation.UI.NewVersionNotificationMessage

Inheritance: PeerCastStation.Core.NotificationMessage
Afficher le fichier Open project: kumaryu/peercaststation

Méthodes publiques

Méthode Description
NewVersionNotificationMessage ( IEnumerable new_versions ) : System
NewVersionNotificationMessage ( string title, string message, NotificationMessageType type, IEnumerable new_versions ) : System

Method Details

NewVersionNotificationMessage() public méthode

public NewVersionNotificationMessage ( IEnumerable new_versions ) : System
new_versions IEnumerable
Résultat System

NewVersionNotificationMessage() public méthode

public NewVersionNotificationMessage ( string title, string message, NotificationMessageType type, IEnumerable new_versions ) : System
title string
message string
type NotificationMessageType
new_versions IEnumerable
Résultat System