# | Line 9 | Line 9 | using System.Windows.Forms; | |
---|---|---|
9 | ||
10 | namespace RomCheater | |
11 | { | |
12 | < | public partial class Form1 : Form |
12 | > | public partial class Main : Form |
13 | { | |
14 | < | public Form1() |
14 | > | public Main() |
15 | { | |
16 | InitializeComponent(); | |
17 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |