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

--- trunk/RomCheater/Main.cs	2012/05/09 08:43:52	22
+++ trunk/RomCheater/Main.cs	2012/05/09 08:51:38	23
@@ -27,6 +27,7 @@ namespace RomCheater
         {
             InitializeComponent();
             LoggerInstance = logwriter;
+            LoggerInstance.CreateNewLog(false);
         }
 
         private void mnuItemExit_Click(object sender, EventArgs e)
@@ -41,7 +42,7 @@ namespace RomCheater
 
         private void Main_Load(object sender, EventArgs e)
         {
-            AppConsts.LogApplicationStatup();
+            //AppConsts.LogApplicationStatup();
         }
     }
 }