ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.CheatPlugin/CheatCodeDockContent.cs
(Generate patch)

Comparing trunk/RomCheater.CheatPlugin/CheatCodeDockContent.cs (file contents):
Revision 443 by william, Tue May 28 20:44:13 2013 UTC vs.
Revision 683 by william, Mon Jun 17 08:33:06 2013 UTC

# 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      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines