inizio gestione pagina fermate

This commit is contained in:
zaccaria.majid
2023-10-03 11:39:06 +02:00
parent 6a3f0016df
commit 3f23920bc3
3 changed files with 13 additions and 6 deletions
+3 -5
View File
@@ -1,5 +1,3 @@
<h3>ProdStopMan</h3>
@code {
}
<div class="col-2">
d
</div>
@@ -0,0 +1,6 @@
namespace MP_TAB_SERV.Components
{
public partial class ProdStopMan
{
}
}
+4 -1
View File
@@ -9,5 +9,8 @@ else
<div>
<MachineBlock RecMSE="CurrMSE" FullMode="false"></MachineBlock>
</div>
<ProdStopMan></ProdStopMan>
@for (int x = 0; x > 20; x++)
{
<ProdStopMan></ProdStopMan>
}
}