Exemple #1
0
 public async static Task <string> ShowAsyncWithParent <T>(this SaveFileDialog fileDialog) where T : Avalonia.Controls.Window
 {
     return(await fileDialog.ShowAsyncWithParentInternal <T>());
 }