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