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

Comparing trunk/RomCheater/Main.cs (file contents):
Revision 62 by william, Wed May 9 14:57:31 2012 UTC vs.
Revision 63 by william, Wed May 9 16:14:39 2012 UTC

# Line 65 | Line 65 | namespace RomCheater
65          private void Main_Load(object sender, EventArgs e)
66          {            
67          }
68 +
69 +        private void mnuItemConfig_Click(object sender, EventArgs e)
70 +        {
71 +            RomCheaterConfigDialog dlg = new RomCheaterConfigDialog();
72 +            dlg.ShowDialog();
73 +        }
74      }
75   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines