diff --git a/IOB-UT-NEXT/Config/Base/IobDto.cs b/IOB-UT-NEXT/Config/Base/IobDto.cs index 7a203026..96f70479 100644 --- a/IOB-UT-NEXT/Config/Base/IobDto.cs +++ b/IOB-UT-NEXT/Config/Base/IobDto.cs @@ -56,7 +56,7 @@ namespace IOB_UT_NEXT.Config.Base public bool EnabRedisQue { get; set; } = true; /// - /// Gestione dei Timers applicazione (MsUI + task varia scandenza) + /// Gestione dei Timers applicazione (UI + task varia scandenza) /// public TimersDto Timers { get; set; } = new TimersDto(); diff --git a/IOB-WIN-FORM/MainForm.Designer.cs b/IOB-WIN-FORM/MainForm.Designer.cs index 7790c946..089952b1 100644 --- a/IOB-WIN-FORM/MainForm.Designer.cs +++ b/IOB-WIN-FORM/MainForm.Designer.cs @@ -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 = "---";