4 references to DialogService
Aspire.Dashboard (4)
Components\Layout\MainLayout.razor.cs (4)
231
_openPageDialog = await
DialogService
.ShowDialogAsync<McpServerDialog>(parameters).ConfigureAwait(true);
262
_openPageDialog = await
DialogService
.ShowDialogAsync<HelpDialog>(parameters).ConfigureAwait(true);
302
_openPageDialog = await
DialogService
.ShowPanelAsync<SettingsDialog>(parameters).ConfigureAwait(true);
306
_openPageDialog = await
DialogService
.ShowDialogAsync<SettingsDialog>(parameters).ConfigureAwait(true);