- Aggiornata gestione risposta AreaProfili
- Creata classe AreaProfili - Non selezionabile soglia se non c'è un'anta
This commit is contained in:
@@ -13,9 +13,7 @@ namespace WebWindowComplex.Models
|
||||
public class Frame : Area
|
||||
{
|
||||
#region Public Fields
|
||||
// Lista hardware completa passata dal chiamante del componente
|
||||
public static Dictionary<string, List<Threshold>> m_AllThresholdListOld = new Dictionary<string, List<Threshold>>();
|
||||
|
||||
|
||||
// Lista soglie completa passata dal chiamante del componente
|
||||
public static List<Threshold> m_AllThresholdList = new List<Threshold>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user