ok gestione CONF x IO

This commit is contained in:
Samuele E. Locatelli
2021-02-03 08:47:33 +01:00
parent fb16f616e5
commit 64e8bd0331
4 changed files with 37 additions and 21 deletions
@@ -12,7 +12,14 @@ namespace Thermo.Active.Model.ConfigModels
public string Page { get; set; } = "";
public string Wire { get; set; } = "";
public string Profinet { get; set; } = "";
public string Label { get; set; } = "";
public string Label
{
get
{
string answ = $"LBL_IO_{Id}_{Bank}_{Position}";
return answ;
}
}
}
}