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

--- trunk/RomCheater/Main.cs	2012/05/09 15:19:45	62
+++ trunk/RomCheater/Main.cs	2012/05/09 16:14:39	63
@@ -65,5 +65,11 @@ namespace RomCheater
         private void Main_Load(object sender, EventArgs e)
         {            
         }
+
+        private void mnuItemConfig_Click(object sender, EventArgs e)
+        {
+            RomCheaterConfigDialog dlg = new RomCheaterConfigDialog();
+            dlg.ShowDialog();
+        }
     }
 }