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

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

Méthodes publiques

Méthode Description
TwoChoiceTrayNotification ( string title, string message, ICommand yesCommand, ICommand noCommand ) : System

Method Details

TwoChoiceTrayNotification() public méthode

public TwoChoiceTrayNotification ( string title, string message, ICommand yesCommand, ICommand noCommand ) : System
title string
message string
yesCommand ICommand
noCommand ICommand
Résultat System