4 references to ShowDialogAsync
Aspire.Dashboard (4)
Components\Dialogs\SettingsDialog.razor.cs (1)
99
await DialogService.
ShowDialogAsync
<ManageDataDialog>(parameters);
Components\Layout\MainLayout.razor.cs (3)
233
_openPageDialog = await DialogService.
ShowDialogAsync
<McpServerDialog>(parameters).ConfigureAwait(true);
263
_openPageDialog = await DialogService.
ShowDialogAsync
<HelpDialog>(parameters).ConfigureAwait(true);
306
_openPageDialog = await DialogService.
ShowDialogAsync
<SettingsDialog>(parameters).ConfigureAwait(true);