mirror of
https://github.com/modernw/App-Installer-For-Windows-8.x-Reset.git
synced 2026-06-14 03:16:38 +10:00
Update about Manager.
This commit is contained in:
Generated
+1
@@ -40,6 +40,7 @@
|
||||
this.webui.Size = new System.Drawing.Size(661, 416);
|
||||
this.webui.TabIndex = 0;
|
||||
this.webui.DocumentCompleted += new System.Windows.Forms.WebBrowserDocumentCompletedEventHandler(this.webui_DocumentCompleted);
|
||||
this.webui.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.webui_PreviewKeyDown);
|
||||
//
|
||||
// WebAppForm
|
||||
//
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user