Parent Directory
|
Revision Log
|
Patch
revision 19 by william, Wed May 9 08:22:41 2012 UTC | revision 20 by william, Wed May 9 08:41:36 2012 UTC | |
---|---|---|
# | Line 13 namespace RomCheater.Logging | Line 13 namespace RomCheater.Logging |
13 | { | { |
14 | public partial class LogWriter : UserControl | public partial class LogWriter : UserControl |
15 | { | { |
16 | private const string LOG_FILE = "RomCheater.log"; | public const string LOG_FILE = "RomCheater.log"; |
17 | private static string LOG_PATH = string.Format(@"{0}\{1}", Application.StartupPath, LOG_FILE); | private static string LOG_PATH = string.Format(@"{0}\{1}", Application.StartupPath, LOG_FILE); |
18 | ||
19 | private delegate string OnGetLogText(); | private delegate string OnGetLogText(); |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |