Fixed up the profile manager form, added back all broken functions I forgot about after changing over the TreeView into a ListView.

This commit is contained in:
Admin
2020-11-09 11:20:35 -06:00
parent 09ef449909
commit 297b70c76c
5 changed files with 15 additions and 11 deletions
+1
View File
@@ -94,6 +94,7 @@
this.Controls.Add(this.MainMenu);
this.MainMenuStrip = this.MainMenu;
this.Name = "MainForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Form1";
this.MainMenu.ResumeLayout(false);
this.MainMenu.PerformLayout();