1
0
mirror of https://github.com/Ylianst/MeshCentralRouter synced 2025-12-15 07:43:38 +00:00

Added edit/run buttons on custom apps.

This commit is contained in:
Ylian Saint-Hilaire
2022-05-12 17:10:21 -07:00
parent bf668eae23
commit 957bdb2648
3 changed files with 30 additions and 0 deletions

View File

@@ -168,6 +168,7 @@
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "CustomAppsRunForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Test Application";
this.Load += new System.EventHandler(this.CustomAppsRunForm_Load);
this.groupBox1.ResumeLayout(false);