Files
mapo-core/MP-TAB-SERV/Pages/Notes.razor
T
Samuele Locatelli cb2162fed8 Aggiunto modulo check x
- dichiarazioni fermo necessarie
- dichiarazione controlli scaduti
2023-12-11 19:41:22 +01:00

15 lines
385 B
Plaintext

@page "/notes"
<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>
<NotesMan RecMSE="CurrMSE"></NotesMan>
}