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

# Line 27 | Line 27 | namespace RomCheater
27          {
28              InitializeComponent();
29              LoggerInstance = logwriter;
30 +            LoggerInstance.CreateNewLog(false);
31          }
32  
33          private void mnuItemExit_Click(object sender, EventArgs e)
# Line 41 | Line 42 | namespace RomCheater
42  
43          private void Main_Load(object sender, EventArgs e)
44          {
45 <            AppConsts.LogApplicationStatup();
45 >            //AppConsts.LogApplicationStatup();
46          }
47      }
48   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines