From 3f23920bc3378c652020893eb2757a3b4bcb1925 Mon Sep 17 00:00:00 2001 From: "zaccaria.majid" Date: Tue, 3 Oct 2023 11:39:06 +0200 Subject: [PATCH] inizio gestione pagina fermate --- MP-TAB-SERV/Components/ProdStopMan.razor | 8 +++----- MP-TAB-SERV/Components/ProdStopMan.razor.cs | 6 ++++++ MP-TAB-SERV/Pages/ProdStop.razor | 5 ++++- 3 files changed, 13 insertions(+), 6 deletions(-) create mode 100644 MP-TAB-SERV/Components/ProdStopMan.razor.cs diff --git a/MP-TAB-SERV/Components/ProdStopMan.razor b/MP-TAB-SERV/Components/ProdStopMan.razor index 7b74698b..a8c71e1a 100644 --- a/MP-TAB-SERV/Components/ProdStopMan.razor +++ b/MP-TAB-SERV/Components/ProdStopMan.razor @@ -1,5 +1,3 @@ -

ProdStopMan

- -@code { - -} +
+ d +
\ No newline at end of file diff --git a/MP-TAB-SERV/Components/ProdStopMan.razor.cs b/MP-TAB-SERV/Components/ProdStopMan.razor.cs new file mode 100644 index 00000000..abb20920 --- /dev/null +++ b/MP-TAB-SERV/Components/ProdStopMan.razor.cs @@ -0,0 +1,6 @@ +namespace MP_TAB_SERV.Components +{ + public partial class ProdStopMan + { + } +} \ No newline at end of file diff --git a/MP-TAB-SERV/Pages/ProdStop.razor b/MP-TAB-SERV/Pages/ProdStop.razor index 940bcf60..b8718a21 100644 --- a/MP-TAB-SERV/Pages/ProdStop.razor +++ b/MP-TAB-SERV/Pages/ProdStop.razor @@ -9,5 +9,8 @@ else
- + @for (int x = 0; x > 20; x++) + { + + } }