Fix errore rename
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Generated
+1
-1
@@ -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 = "---";
|
||||
|
||||
Reference in New Issue
Block a user