C# Class Jbe.NewsReader.Applications.Services.MessageServiceExtensions

Afficher le fichier Open project: jbe2277/waf

Méthodes publiques

Méthode Description
ShowMessage ( this service, string format ) : void
ShowMessageDialogAsync ( this service, string format ) : System.Threading.Tasks.Task
ShowYesNoQuestionDialogAsync ( this service, string format ) : Task

Method Details

ShowMessage() public static méthode

public static ShowMessage ( this service, string format ) : void
service this
format string
Résultat void

ShowMessageDialogAsync() public static méthode

public static ShowMessageDialogAsync ( this service, string format ) : System.Threading.Tasks.Task
service this
format string
Résultat System.Threading.Tasks.Task

ShowYesNoQuestionDialogAsync() public static méthode

public static ShowYesNoQuestionDialogAsync ( this service, string format ) : Task
service this
format string
Résultat Task