Fix errore rename

This commit is contained in:
Samuele Locatelli
2025-03-03 19:04:07 +01:00
parent a59abf4dad
commit da921169ca
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ namespace IOB_UT_NEXT.Config.Base
public bool EnabRedisQue { get; set; } = true;
/// <summary>
/// Gestione dei Timers applicazione (MsUI + task varia scandenza)
/// Gestione dei Timers applicazione (UI + task varia scandenza)
/// </summary>
public TimersDto Timers { get; set; } = new TimersDto();
+1 -1
View File
@@ -80,7 +80,7 @@
//
// lblApp
//
this.lblApp.Font = new System.Drawing.Font("Segoe MsUI", 9F, System.Drawing.FontStyle.Bold);
this.lblApp.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
this.lblApp.Name = "lblApp";
this.lblApp.Size = new System.Drawing.Size(22, 18);
this.lblApp.Text = "---";