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

# Line 12 | Line 12 | namespace RomCheater
12   {
13      public partial class Main : Form
14      {
15 +        private const string t = "RomCheater";
16          #region LogWriterSupport
17          static LogWriter _LoggerInstance;
18          static LogWriter LoggerInstance
# Line 40 | Line 41 | namespace RomCheater
41  
42          private void Main_Load(object sender, EventArgs e)
43          {
44 <            logger.WriteLine("logged message");
44 >            AppConsts.LogApplicationStatup();
45          }
46      }
47   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines