12 lines
273 B
Plaintext
12 lines
273 B
Plaintext
@page "/declarations"
|
|
|
|
@if (string.IsNullOrEmpty(IdxMacc) || CurrMSE == null)
|
|
{
|
|
<EgwCoreLib.Razor.LoadingData></EgwCoreLib.Razor.LoadingData>
|
|
}
|
|
else
|
|
{
|
|
<MachineBlock RecMSE="CurrMSE" FullMode="false"></MachineBlock>
|
|
<DeclarMan RecMSE="CurrMSE"></DeclarMan>
|
|
}
|