예제 #1
0
 public async Task <ContentDialogResult> ShowContentDialog(string title, string content, string closeButtonText) =>
 await _contentDialogService.ShowContentDialog(title, content, closeButtonText);