C# Class Solocast.UWP.Infrastructure.Services.MessageDialogService

Inheritance: IMessageDialogService
Afficher le fichier Open project: Solocast/solocast-clients

Méthodes publiques

Méthode Description
ShowDialogAsync ( string content, string title, IEnumerable commands, uint defaultCommandIndex ) : Task

Method Details

ShowDialogAsync() public méthode

public ShowDialogAsync ( string content, string title, IEnumerable commands, uint defaultCommandIndex ) : Task
content string
title string
commands IEnumerable
defaultCommandIndex uint
Résultat Task