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