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

Inheritance: System.EventArgs, ITrayNotification
ファイルを表示 Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Public Methods

Method Description
ThreeChoiceTrayNotification ( string title, string message, ICommand acceptCommand, ICommand declineCommand, ICommand ignoreCommand ) : System

Method Details

ThreeChoiceTrayNotification() public method

public ThreeChoiceTrayNotification ( string title, string message, ICommand acceptCommand, ICommand declineCommand, ICommand ignoreCommand ) : System
title string
message string
acceptCommand ICommand
declineCommand ICommand
ignoreCommand ICommand
return System