14 lines
393 B
Plaintext
14 lines
393 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"></MachineBlock>
|
|
<DeclarMan RecMSE="CurrMSE"></DeclarMan>
|
|
}
|