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:
Generated
+1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user