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/Form1.cs (file contents), Revision 5 by william, Wed May 9 06:06:22 2012 UTC vs.
trunk/RomCheater/Main.cs (file contents), Revision 14 by william, Wed May 9 06:18:28 2012 UTC

--- trunk/RomCheater/Form1.cs	2012/05/09 06:06:22	5
+++ trunk/RomCheater/Main.cs	2012/05/09 06:18:28	14
@@ -9,11 +9,16 @@ using System.Windows.Forms;
 
 namespace RomCheater
 {
-    public partial class Form1 : Form
+    public partial class Main : Form
     {
-        public Form1()
+        public Main()
         {
             InitializeComponent();
         }
+
+        private void mnuItemExit_Click(object sender, EventArgs e)
+        {
+            this.Close();
+        }
     }
 }