Files
mapo-core/MP-TAB3/Pages/Declarations.razor
T
2023-12-19 15:53:22 +01:00

14 lines
442 B
Plaintext

@page "/declarations"
<MseSampler SampleMult="0.5" E_Updated="RefreshData"></MseSampler>
@if (string.IsNullOrEmpty(IdxMacc) || CurrMSE == null)
{
<EgwCoreLib.Razor.LoadingData></EgwCoreLib.Razor.LoadingData>
}
else
{
<CheckControls RecMSE="CurrMSE"></CheckControls>
<MachineBlock RecMSE="CurrMSE" FullMode="false" IdxMacchSub="@IdxMaccSubSel"></MachineBlock>
<DeclarMan RecMSE="CurrMSE" E_MachSel="SetMacc"></DeclarMan>
}