OK lettura elenco utenti
This commit is contained in:
@@ -54,6 +54,8 @@ namespace TestClient
|
||||
|
||||
private void fixDisplay()
|
||||
{
|
||||
// mostro init SOLO SE ho conf yaml...
|
||||
btnInit.Enabled = txtConfFile.Text.Trim() != "";
|
||||
// verifico SE ho inizializzato x cui POSSO mostrare alcuni buttons...
|
||||
bool enableBtn = (MCC != null);
|
||||
btnFlush.Enabled = enableBtn;
|
||||
|
||||
Reference in New Issue
Block a user