Refresh gestione GPW: refresh authKey
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user