Revision: | 707 |
Committed: | Tue Jun 18 07:04:57 2013 UTC (9 years ago) by william |
File size: | 354 byte(s) |
Log Message: |
# | User | Rev | Content |
---|---|---|---|
1 | william | 707 | using System; |
2 | using System.Collections.Generic; | ||
3 | using System.ComponentModel; | ||
4 | using System.Data; | ||
5 | using System.Drawing; | ||
6 | using System.Text; | ||
7 | using System.Windows.Forms; | ||
8 | |||
9 | namespace RomCheater.RVAScratchPad | ||
10 | { | ||
11 | public partial class Form1 : Form | ||
12 | { | ||
13 | public Form1() | ||
14 | { | ||
15 | InitializeComponent(); | ||
16 | } | ||
17 | } | ||
18 | } |