mirror of
https://github.com/modernw/App-Installer-For-Windows-8.x-Reset.git
synced 2026-06-18 05:10:09 +10:00
Coding for Package Manager.
This commit is contained in:
Generated
+3
@@ -39,6 +39,7 @@
|
||||
this.webui.Name = "webui";
|
||||
this.webui.Size = new System.Drawing.Size(661, 416);
|
||||
this.webui.TabIndex = 0;
|
||||
this.webui.DocumentCompleted += new System.Windows.Forms.WebBrowserDocumentCompletedEventHandler(this.webui_DocumentCompleted);
|
||||
//
|
||||
// WebAppForm
|
||||
//
|
||||
@@ -49,6 +50,8 @@
|
||||
this.Controls.Add(this.webui);
|
||||
this.Name = "WebAppForm";
|
||||
this.Text = "Main Web App Form";
|
||||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.WebAppForm_FormClosing);
|
||||
this.Load += new System.EventHandler(this.WebAppForm_Load);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user