From 7df41a840382a82aa19b148a60762bfde19e522b Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Wed, 21 Feb 2024 18:31:16 +0100 Subject: [PATCH] Update cong estione embed dei PDF --- MP-TAB3/Components/MachineBlock.razor | 8 +++++++- MP-TAB3/Components/MachineBlock.razor.cs | 10 ++++++++++ MP-TAB3/MP-TAB3.csproj | 2 +- MP-TAB3/Resources/ChangeLog.html | 2 +- MP-TAB3/Resources/VersNum.txt | 2 +- MP-TAB3/Resources/manifest.xml | 2 +- 6 files changed, 21 insertions(+), 5 deletions(-) diff --git a/MP-TAB3/Components/MachineBlock.razor b/MP-TAB3/Components/MachineBlock.razor index 2435062b..b9865128 100644 --- a/MP-TAB3/Components/MachineBlock.razor +++ b/MP-TAB3/Components/MachineBlock.razor @@ -236,7 +236,8 @@ else
- + @* *@ +
@@ -245,3 +246,8 @@ else } } + +@if (showDraw) +{ + +} \ No newline at end of file diff --git a/MP-TAB3/Components/MachineBlock.razor.cs b/MP-TAB3/Components/MachineBlock.razor.cs index c129bc10..4de27c7b 100644 --- a/MP-TAB3/Components/MachineBlock.razor.cs +++ b/MP-TAB3/Components/MachineBlock.razor.cs @@ -37,6 +37,16 @@ namespace MP_TAB3.Components #endregion Public Properties + private bool showDraw { get; set; } = false; + + /// + /// Toggle visibilità button + /// + protected void ToggleDraw() + { + showDraw = !showDraw; + } + #region Public Methods /// diff --git a/MP-TAB3/MP-TAB3.csproj b/MP-TAB3/MP-TAB3.csproj index 836d3efe..eae5e9b8 100644 --- a/MP-TAB3/MP-TAB3.csproj +++ b/MP-TAB3/MP-TAB3.csproj @@ -3,7 +3,7 @@ net6.0 enable - 6.16.2402.2117 + 6.16.2402.2118 enable MP_TAB3 diff --git a/MP-TAB3/Resources/ChangeLog.html b/MP-TAB3/Resources/ChangeLog.html index 3cfc36eb..f9b00273 100644 --- a/MP-TAB3/Resources/ChangeLog.html +++ b/MP-TAB3/Resources/ChangeLog.html @@ -1,6 +1,6 @@ Modulo MAPOSPEC -

Versione: 6.16.2402.2117

+

Versione: 6.16.2402.2118


Note di rilascio: