Files
mapo-core/MP-TAB3/Pages/ODL.razor.cs
T
2025-09-09 17:14:58 +02:00

14 lines
265 B
C#

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