# | Line 21 | Line 21 | using System.Linq; | |
---|---|---|
21 | using System.Text; | |
22 | using System.Windows.Forms; | |
23 | using WeifenLuo.WinFormsUI.Docking; | |
24 | + | using RomCheater.PluginFramework.Core; |
25 | ||
26 | namespace RomCheater.CheatPlugin | |
27 | { | |
28 | public partial class CheatCodeDockContent : DockContent | |
29 | { | |
30 | < | public CheatCodeDockContent() |
30 | > | private UserControlPlugin plugin; |
31 | > | public CheatCodeDockContent(UserControlPlugin plugin) |
32 | { | |
33 | + | this.plugin = plugin; |
34 | InitializeComponent(); | |
35 | } | |
36 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |