C# Class withSIX.Core.Applications.Events.ThreeChoiceTrayNotification

Inheritance: System.EventArgs, ITrayNotification
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Méthodes publiques

Méthode Description
ThreeChoiceTrayNotification ( string title, string message, ICommand acceptCommand, ICommand declineCommand, ICommand ignoreCommand ) : System

Method Details

ThreeChoiceTrayNotification() public méthode

public ThreeChoiceTrayNotification ( string title, string message, ICommand acceptCommand, ICommand declineCommand, ICommand ignoreCommand ) : System
title string
message string
acceptCommand ICommand
declineCommand ICommand
ignoreCommand ICommand
Résultat System