ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.Logging/LogWriter.cs
(Generate patch)

Comparing trunk/RomCheater.Logging/LogWriter.cs (file contents):
Revision 302 by william, Tue Jun 5 13:27:07 2012 UTC vs.
Revision 303 by william, Tue Jun 5 13:29:29 2012 UTC

# Line 335 | Line 335 | namespace RomCheater.Logging
335          {
336  
337          }
338 +
339 +        private void LogWriter_Load(object sender, EventArgs e)
340 +        {
341 +            txtLog.SelectionStart = 0;
342 +            txtLog.ScrollToCaret();
343 +        }
344      }
345   }
346  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines