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

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

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

Метод Описание
TwoChoiceTrayNotification ( string title, string message, ICommand yesCommand, ICommand noCommand ) : System

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

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

public TwoChoiceTrayNotification ( string title, string message, ICommand yesCommand, ICommand noCommand ) : System
title string
message string
yesCommand ICommand
noCommand ICommand
Результат System