Matt Sanders

Results 1 issues of Matt Sanders

I have a form that opens a Dialog using this code: ```C# [Inject] public DialogService _dialogService { get; set; } ...... [Parameter] public int? Width { get; set; } .........