4 references to DialogService
Aspire.Dashboard (4)
Components\Layout\MainLayout.razor.cs (4)
344
_openPageDialog = await
DialogService
.ShowDialogAsync<HelpDialog>(parameters).ConfigureAwait(true);
402
_openPageDialog = await
DialogService
.ShowDialogAsync<AIAgentsDialog>(parameters).ConfigureAwait(true);
429
_openPageDialog = await
DialogService
.ShowPanelAsync<SettingsDialog>(parameters).ConfigureAwait(true);
451
_openPageDialog = await
DialogService
.ShowPanelAsync<NotificationsDialog>(parameters).ConfigureAwait(true);