summaryrefslogtreecommitdiff
path: root/Project_Emerald/Form1.cs
diff options
context:
space:
mode:
authorAlee14 <alee14498@gmail.com>2017-05-20 15:55:01 -0400
committerAlee14 <alee14498@gmail.com>2017-05-20 15:55:01 -0400
commit388d1d32d93466a00daad339b9ac67c34714a53d (patch)
tree22b46c121328dad29ae98316ad6976693458d8cf /Project_Emerald/Form1.cs
parent7718a9bddb574a8e4edf21c54ee096ec374a4ca8 (diff)
downloadProject_Emerald-388d1d32d93466a00daad339b9ac67c34714a53d.tar.gz
Project_Emerald-388d1d32d93466a00daad339b9ac67c34714a53d.tar.bz2
Project_Emerald-388d1d32d93466a00daad339b9ac67c34714a53d.zip
Add project files.
Diffstat (limited to 'Project_Emerald/Form1.cs')
-rw-r--r--Project_Emerald/Form1.cs20
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();
+ }
+ }
+}