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

Inheritance: System.EventArgs, ITrayNotification
Show file Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Public Methods

Method Description
TwoChoiceTrayNotification ( string title, string message, ICommand yesCommand, ICommand noCommand ) : System

Method Details

TwoChoiceTrayNotification() public method

public TwoChoiceTrayNotification ( string title, string message, ICommand yesCommand, ICommand noCommand ) : System
title string
message string
yesCommand ICommand
noCommand ICommand
return System