@using MP.MONO.UI.Components
@using MP.MONO.Core.DTO
@using MP.MONO.UI.Data
@inject CurrentDataService MMDataService
@if (ListRecords != null && ListRecords.Count > 0)
{
@* @if (string.IsNullOrEmpty(EC_SelValue)
{
@if (ListRecords == null || ListRecords.Count == 0)
{
}
else
{
}
}*@
}
else
{
@*
- Current Parameters
- Values Log
- Parameters History
*@
...waiting for parameters
}