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 17 by william, Wed May 9 08:02:18 2012 UTC vs.
Revision 20 by william, Wed May 9 08:41:36 2012 UTC

--- trunk/RomCheater/Main.cs	2012/05/09 08:02:18	17
+++ trunk/RomCheater/Main.cs	2012/05/09 08:41:36	20
@@ -12,6 +12,7 @@ namespace RomCheater
 {
     public partial class Main : Form
     {
+        private const string t = "RomCheater";
         #region LogWriterSupport
         static LogWriter _LoggerInstance;
         static LogWriter LoggerInstance
@@ -40,7 +41,7 @@ namespace RomCheater
 
         private void Main_Load(object sender, EventArgs e)
         {
-            logger.WriteLine("logged message");
+            AppConsts.LogApplicationStatup();
         }
     }
 }