C# Class UIAssistant.Core.API.NotificationAPI

Inheritance: INotificationAPI
Afficher le fichier Open project: u338steven/UIAssistant Class Usage Examples

Méthodes publiques

Méthode Description
NotifyErrorMessage ( string title, string message ) : void
NotifyInfoMessage ( string title, string message ) : void
NotifyWarnMessage ( string title, string message ) : void

Method Details

NotifyErrorMessage() public méthode

public NotifyErrorMessage ( string title, string message ) : void
title string
message string
Résultat void

NotifyInfoMessage() public méthode

public NotifyInfoMessage ( string title, string message ) : void
title string
message string
Résultat void

NotifyWarnMessage() public méthode

public NotifyWarnMessage ( string title, string message ) : void
title string
message string
Résultat void