Make SaveSizeAndLocation and RestoreSizeAndLocation a form extension.

This commit is contained in:
Mbucari 2021-09-03 22:44:02 -06:00
parent bcab2dd440
commit 37970222f3
5 changed files with 98 additions and 110 deletions

View file

@ -353,7 +353,6 @@
this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.Name = "Form1";
this.Text = "Libation: Liberate your Library";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
this.Load += new System.EventHandler(this.Form1_Load);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();