Parent Directory
|
Revision Log
|
Patch
--- 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 @@ { public partial class Main : Form { + private const string t = "RomCheater"; #region LogWriterSupport static LogWriter _LoggerInstance; static LogWriter LoggerInstance @@ -40,7 +41,7 @@ private void Main_Load(object sender, EventArgs e) { - logger.WriteLine("logged message"); + AppConsts.LogApplicationStatup(); } } }
ViewVC Help | |
Powered by ViewVC 1.1.22 |