C# Class Orchestra.Services.MahAppsMessageService

Inheritance: Catel.Services.MessageService
Mostrar archivo Open project: WildGums/Orchestra

Public Methods

Method Description
MahAppsMessageService ( IDispatcherService dispatcherService ) : System

Protected Methods

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

Method Details

MahAppsMessageService() public method

public MahAppsMessageService ( IDispatcherService dispatcherService ) : System
dispatcherService IDispatcherService
return System

ShowMessageBoxAsync() protected method

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