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 23 by william, Wed May 9 08:51:38 2012 UTC vs.
Revision 24 by william, Wed May 9 08:59:52 2012 UTC

--- trunk/RomCheater/Main.cs	2012/05/09 08:51:38	23
+++ trunk/RomCheater/Main.cs	2012/05/09 08:59:52	24
@@ -42,7 +42,8 @@ namespace RomCheater
 
         private void Main_Load(object sender, EventArgs e)
         {
-            //AppConsts.LogApplicationStatup();
+            logger.WriteLine("this a logged line");
+            logger.WriteLine("this another logged line");
         }
     }
 }