Update display aggiornamenti

- maca gestione timer autorefresh componente
- manca testing finale
- manca clickonce finale
This commit is contained in:
Samuele Locatelli
2024-09-21 12:44:06 +02:00
parent e3421fb657
commit c8b049be4f
9 changed files with 209 additions and 112 deletions
@@ -33,6 +33,11 @@ namespace EgwControlCenter.Core.Models
/// </summary>
public string RelTagsLast { get; set; } = "";
/// <summary>
/// indica se esista un update alla versione
/// </summary>
public bool HasUpdate { get; set; } = false;
#endregion Public Properties
}