Files
gpw_next/GPW.CORE.Smart8.Client/Components/Pages/Test.razor
T
2026-03-25 19:10:55 +01:00

14 lines
193 B
Plaintext

@page "/Test"
@layout ClientLayout
@* @rendermode InteractiveWebAssembly *@
@rendermode InteractiveAuto
<h3>Test Esecuzione</h3>
<ExecutionContextTest></ExecutionContextTest>
@code {
}