@using SharpIDE.Photino.Models @inject AppState AppState @code { [CascadingParameter] public IMudDialogInstance MudDialog { get; set; } = null!; }