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

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

공개 메소드들

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