Refresh gestione GPW: refresh authKey

This commit is contained in:
Samuele Locatelli
2021-11-15 19:33:53 +01:00
parent aae30162f0
commit 672dfc72a4
10 changed files with 2579 additions and 2465 deletions
+7
View File
@@ -200,6 +200,13 @@ namespace GPW_Admin
}
}
public bool toBool(object valore)
{
bool answ = false;
bool.TryParse($"{valore}", out answ);
return answ;
}
/// <summary>
/// effettua traduzione del lemma
/// </summary>