diff options
Diffstat (limited to 'Project_Emerald/Form1.cs')
| -rw-r--r-- | Project_Emerald/Form1.cs | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Project_Emerald/Form1.cs b/Project_Emerald/Form1.cs new file mode 100644 index 0000000..dc66341 --- /dev/null +++ b/Project_Emerald/Form1.cs @@ -0,0 +1,20 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace Project_Emerald +{ + public partial class Form1 : Form + { + public Form1() + { + InitializeComponent(); + } + } +} |
