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 13 by william, Wed May 9 06:15:28 2012 UTC vs.
Revision 16 by william, Wed May 9 06:28:44 2012 UTC

--- trunk/RomCheater/Main.cs	2012/05/09 06:15:28	13
+++ trunk/RomCheater/Main.cs	2012/05/09 06:28:44	16
@@ -15,5 +15,15 @@ namespace RomCheater
         {
             InitializeComponent();
         }
+
+        private void mnuItemExit_Click(object sender, EventArgs e)
+        {
+            this.Close();
+        }
+
+        private void btnCopyLogToClipboard_Click(object sender, EventArgs e)
+        {
+            
+        }
     }
 }