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: