Files
mapo-core/MP-TAB3/Pages/Parameters.razor.cs
2024-02-26 20:17:35 +01:00

14 lines
272 B
C#

namespace MP_TAB3.Pages
{
public partial class Parameters
{
#region Protected Methods
protected override async Task OnInitializedAsync()
{
await base.OnInitializedAsync();
}
#endregion Protected Methods
}
}