# | Line 6 | Line 6 | using System.Drawing; | |
---|---|---|
6 | using System.Linq; | |
7 | using System.Text; | |
8 | using System.Windows.Forms; | |
9 | + | using EmuXPortal.Api; |
10 | ||
11 | namespace EmuXPortal | |
12 | { | |
# | Line 14 | Line 15 | namespace EmuXPortal | |
15 | public Form1() | |
16 | { | |
17 | InitializeComponent(); | |
18 | + | Config.LoadConfig(); |
19 | } | |
20 | } | |
21 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |