# | Line 27 | Line 27 | namespace RomCheater | |
---|---|---|
27 | { | |
28 | InitializeComponent(); | |
29 | LoggerInstance = logwriter; | |
30 | + | LoggerInstance.CreateNewLog(false); |
31 | } | |
32 | ||
33 | private void mnuItemExit_Click(object sender, EventArgs e) | |
# | Line 41 | Line 42 | namespace RomCheater | |
42 | ||
43 | private void Main_Load(object sender, EventArgs e) | |
44 | { | |
45 | < | AppConsts.LogApplicationStatup(); |
45 | > | //AppConsts.LogApplicationStatup(); |
46 | } | |
47 | } | |
48 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |