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

Comparing trunk/RomCheater/Program.cs (file contents):
Revision 12 by william, Wed May 9 06:06:22 2012 UTC vs.
Revision 13 by william, Wed May 9 06:15:28 2012 UTC

--- trunk/RomCheater/Program.cs	2012/05/09 06:14:00	12
+++ trunk/RomCheater/Program.cs	2012/05/09 06:15:28	13
@@ -15,7 +15,7 @@ namespace RomCheater
         {
             Application.EnableVisualStyles();
             Application.SetCompatibleTextRenderingDefault(false);
-            Application.Run(new Form1());
+            Application.Run(new Main());
         }
     }
 }