From da921169ca37da174b7f0349742affa330ae3f33 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Mon, 3 Mar 2025 19:04:07 +0100 Subject: [PATCH] Fix errore rename --- IOB-UT-NEXT/Config/Base/IobDto.cs | 2 +- IOB-WIN-FORM/MainForm.Designer.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 = "---";