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

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