# | 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 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |