C# 클래스 Solocast.UWP.Infrastructure.Services.MessageDialogService

상속: IMessageDialogService
파일 보기 프로젝트 열기: Solocast/solocast-clients

공개 메소드들

메소드 설명
ShowDialogAsync ( string content, string title, IEnumerable commands, uint defaultCommandIndex ) : Task

메소드 상세

ShowDialogAsync() 공개 메소드

public ShowDialogAsync ( string content, string title, IEnumerable commands, uint defaultCommandIndex ) : Task
content string
title string
commands IEnumerable
defaultCommandIndex uint
리턴 Task