Coding for Package Manager.

This commit is contained in:
Bruce
2026-01-20 22:34:22 +08:00
parent 7483ed6930
commit 75cb72964d
71 changed files with 5518 additions and 13351 deletions
+3
View File
@@ -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);
}