# | Line 15 | Line 15 | namespace RomCheater | |
---|---|---|
15 | { | |
16 | Application.EnableVisualStyles(); | |
17 | Application.SetCompatibleTextRenderingDefault(false); | |
18 | < | Application.Run(new Form1()); |
18 | > | Application.Run(new Main()); |
19 | } | |
20 | } | |
21 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |