C# 클래스 UIAssistant.Core.API.NotificationAPI

상속: INotificationAPI
파일 보기 프로젝트 열기: u338steven/UIAssistant 1 사용 예제들

공개 메소드들

메소드 설명
NotifyErrorMessage ( string title, string message ) : void
NotifyInfoMessage ( string title, string message ) : void
NotifyWarnMessage ( string title, string message ) : void

메소드 상세

NotifyErrorMessage() 공개 메소드

public NotifyErrorMessage ( string title, string message ) : void
title string
message string
리턴 void

NotifyInfoMessage() 공개 메소드

public NotifyInfoMessage ( string title, string message ) : void
title string
message string
리턴 void

NotifyWarnMessage() 공개 메소드

public NotifyWarnMessage ( string title, string message ) : void
title string
message string
리턴 void