Cambiata gestione lista threshold

This commit is contained in:
Annamaria Sassi
2025-12-23 14:29:43 +01:00
parent 703931868a
commit cb2fa4cf4f
11 changed files with 69 additions and 26 deletions
+1 -1
View File
@@ -43,7 +43,7 @@
<div class="input-group mb-2">
<label class="input-group-text">Tipology</label>
<select class="form-select" @bind="SelThreshold">
@foreach (var item in Frame.m_ThresholdList)
@foreach (var item in CurrFrameWindow.ThresholdList)
{
<option value="@(item.Type)">@(item.Name)</option>
}