Disconnect on form close too

same as 39205c975e
This commit is contained in:
Kurt
2020-05-09 10:35:14 -07:00
parent 60f3fa84a3
commit 6eff348fa5
2 changed files with 19 additions and 1 deletions

View File

@@ -104,7 +104,7 @@ private void InitializeComponent()
this.GB_Inject.TabStop = false;
this.GB_Inject.Text = "Injector";
//
// numericUpDown1
// NUD_Offset
//
this.NUD_Offset.Location = new System.Drawing.Point(73, 39);
this.NUD_Offset.Maximum = new decimal(new int[] {
@@ -178,6 +178,7 @@ private void InitializeComponent()
this.Name = "SysBotRAMEdit";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "SysBotUI";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SysBotRAMEdit_FormClosing);
this.GB_Inject.ResumeLayout(false);
this.GB_Inject.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.NUD_Offset)).EndInit();