- aggiunti commenti

- aggiunti controlli su alcuni campi
This commit is contained in:
Annamaria Sassi
2025-08-20 17:55:42 +02:00
parent 7a0735fc43
commit d740267d06
7 changed files with 558 additions and 211 deletions
@@ -26,6 +26,10 @@ namespace WebAedificaConfigurator
set => m_sSvg = value;
}
/// <summary>
/// Salvattagio dizionario contenente il file
/// </summary>
/// <returns></returns>
protected async Task DoSave()
{
Dictionary<string,string> Args = new Dictionary<string,string>();
@@ -47,9 +51,5 @@ namespace WebAedificaConfigurator
}
}
private string mainCss
{
get => "col-6";
}
}
}