# | Line 11 | Line 11 | using WeifenLuo.WinFormsUI.Docking; | |
---|---|---|
11 | using System.IO; | |
12 | using RomCheater.PluginFramework.Core; | |
13 | using RomCheater.Core; | |
14 | + | using RomCheater.UserSettingsSupport; |
15 | ||
16 | namespace RomCheater.RVAScratchPad | |
17 | { | |
# | Line 211 | Line 212 | namespace RomCheater.RVAScratchPad | |
212 | { | |
213 | this.Close(); | |
214 | } | |
215 | + | |
216 | + | private void Form1_Load(object sender, EventArgs e) |
217 | + | { |
218 | + | SettingSubscriber.AddSubscriber(this, RomCheater.Properties.Settings.Default); |
219 | + | } |
220 | } | |
221 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |