C# Class Orchestra.Services.MahAppsMessageService

Inheritance: Catel.Services.MessageService
Afficher le fichier Open project: WildGums/Orchestra

Méthodes publiques

Méthode Description
MahAppsMessageService ( IDispatcherService dispatcherService ) : System

Méthodes protégées

Méthode Description
ShowMessageBoxAsync ( string message, string caption = "", MessageButton button = MessageButton.OK, MessageImage icon = MessageImage.None ) : Task

Method Details

MahAppsMessageService() public méthode

public MahAppsMessageService ( IDispatcherService dispatcherService ) : System
dispatcherService IDispatcherService
Résultat System

ShowMessageBoxAsync() protected méthode

protected ShowMessageBoxAsync ( string message, string caption = "", MessageButton button = MessageButton.OK, MessageImage icon = MessageImage.None ) : Task
message string
caption string
button MessageButton
icon MessageImage
Résultat Task