Update selezione + focus bunk man

This commit is contained in:
Samuele E. Locatelli
2020-07-25 16:22:58 +02:00
parent 686a41bc93
commit 9f6a4e62d1
3 changed files with 55 additions and 37 deletions
@@ -184,5 +184,10 @@ namespace NKC_WF.WebUserControls
answ = $"width: {num * 100 / den}%";
return answ;
}
protected void Unnamed1_Tick(object sender, EventArgs e)
{
doUpdate();
}
}
}