Aggiornata gestione aggiunta split in frame (da testare)

This commit is contained in:
Annamaria Sassi
2025-12-23 17:21:18 +01:00
parent c2aee51edb
commit 5cf6b3d870
4 changed files with 17 additions and 10 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ namespace WebWindowComplex.Models
// Lista hardware completa passata dal chiamante del componente
public static List<Hardware> m_HardwareCompleteList = new List<Hardware>();
// Lista hardware completa passata dal chiamante del componente
// Lista famiglia hardware completa passata dal chiamante del componente
public static List<string> s_FamilyHardwareList = new List<string>();
#endregion Public Fields