C# 클래스 withSIX.Core.Applications.Events.ThreeChoiceTrayNotification

상속: System.EventArgs, ITrayNotification
파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop 1 사용 예제들

공개 메소드들

메소드 설명
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