C# Класс withSIX.Core.Applications.Events.ThreeChoiceTrayNotification

Наследование: System.EventArgs, ITrayNotification
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ThreeChoiceTrayNotification ( string title, string message, ICommand acceptCommand, ICommand declineCommand, ICommand ignoreCommand ) : System

Описание методов

ThreeChoiceTrayNotification() публичный Метод

public ThreeChoiceTrayNotification ( string title, string message, ICommand acceptCommand, ICommand declineCommand, ICommand ignoreCommand ) : System
title string
message string
acceptCommand ICommand
declineCommand ICommand
ignoreCommand ICommand
Результат System