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

Exibir arquivo Open project: jbe2277/waf

Public Methods

Method 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 method

public static ShowMessage ( this service, string format ) : void
service this
format string
return void

ShowMessageDialogAsync() public static method

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

ShowYesNoQuestionDialogAsync() public static method

public static ShowYesNoQuestionDialogAsync ( this service, string format ) : Task
service this
format string
return Task