Files
2024-02-26 20:05:47 +01:00

15 lines
344 B
Plaintext

@page "/parameters"
@inherits BasePage
@if (string.IsNullOrEmpty(IdxMacc) || CurrMSE == null)
{
<EgwCoreLib.Razor.LoadingData></EgwCoreLib.Razor.LoadingData>
}
else
{
<CheckControls RecMSE="CurrMSE"></CheckControls>
<MachineBlock RecMSE="CurrMSE" FullMode="false"></MachineBlock>
<ParamsMan RecMSE="CurrMSE"></ParamsMan>
}