3 references to ShowDialogAsync
Aspire.Dashboard (3)
Components\Dialogs\SettingsDialog.razor.cs (1)
106
await DialogService.
ShowDialogAsync
<ManageDataDialog>(parameters);
Components\Layout\MainLayout.razor.cs (2)
275
_openPageDialog = await DialogService.
ShowDialogAsync
<HelpDialog>(parameters).ConfigureAwait(true);
318
_openPageDialog = await DialogService.
ShowDialogAsync
<SettingsDialog>(parameters).ConfigureAwait(true);