Sistemato ctrl passwd x ACC

This commit is contained in:
Samuele Locatelli
2024-09-19 16:50:11 +02:00
parent 6dcd1ef03c
commit c96f942187
18 changed files with 823 additions and 89 deletions
@@ -24,5 +24,10 @@ namespace EgwControlCenter.Core.Models
/// Path di base da monitorare
/// </summary>
public string BasePath { get; set; } = "";
/// <summary>
/// Indica se il path sia abilitato
/// </summary>
public bool IsEnabled { get; set; } = true;
}
}