14 lines
272 B
C#
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
|
|
}
|
|
} |