# | Line 190 | Line 190 | |
---|---|---|
190 | this.Margin = new System.Windows.Forms.Padding(4); | |
191 | this.Name = "RomCheaterConfigDialog"; | |
192 | this.Text = "Rom Cheater Configuration:"; | |
193 | + | this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.RomCheaterConfigDialog_FormClosing); |
194 | this.Load += new System.EventHandler(this.RomCheaterConfigDialog_Load); | |
195 | this.grpLoggingFlags.ResumeLayout(false); | |
196 | this.grpLoggingFlags.PerformLayout(); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |