Update about Manager.

This commit is contained in:
Bruce
2026-01-27 22:47:49 +08:00
parent 5a404a55e3
commit 0c87a2cdcd
52 changed files with 9170 additions and 201 deletions
+4
View File
@@ -97,5 +97,9 @@ namespace WAShell
{
webui.ObjectForScripting = null;
}
private void webui_PreviewKeyDown (object sender, PreviewKeyDownEventArgs e)
{
if (e.KeyCode == Keys.F5) e.IsInputKey = true;
}
}
}