3 references to DialogService
Aspire.Dashboard (3)
Components\Layout\MainLayout.razor.cs (3)
188
_openPageDialog = await
DialogService
.ShowDialogAsync<HelpDialog>(parameters).ConfigureAwait(true);
228
_openPageDialog = await
DialogService
.ShowPanelAsync<SettingsDialog>(parameters).ConfigureAwait(true);
232
_openPageDialog = await
DialogService
.ShowDialogAsync<SettingsDialog>(parameters).ConfigureAwait(true);