aboutsummaryrefslogtreecommitdiff
path: root/AleeOS/Form1.cs
diff options
context:
space:
mode:
authorBuildTools <unconfigured@null.spigotmc.org>2017-03-24 23:40:17 -0400
committerBuildTools <unconfigured@null.spigotmc.org>2017-03-24 23:40:17 -0400
commit2f66dacf8090516265a3b4652200bc4c457c5dd6 (patch)
tree43b0566bc81cfa9e35ed996a55ab44f1f275e8f7 /AleeOS/Form1.cs
parent6cdc671fe7862f0f1c06a1791d5dbafd07359196 (diff)
downloadAleeOS-CSharp-2f66dacf8090516265a3b4652200bc4c457c5dd6.tar.gz
AleeOS-CSharp-2f66dacf8090516265a3b4652200bc4c457c5dd6.tar.bz2
AleeOS-CSharp-2f66dacf8090516265a3b4652200bc4c457c5dd6.zip
Add project files.
Diffstat (limited to 'AleeOS/Form1.cs')
-rw-r--r--AleeOS/Form1.cs20
1 files changed, 20 insertions, 0 deletions
diff --git a/AleeOS/Form1.cs b/AleeOS/Form1.cs
new file mode 100644
index 0000000..a749f55
--- /dev/null
+++ b/AleeOS/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 AleeOS
+{
+ public partial class Form1 : Form
+ {
+ public Form1()
+ {
+ InitializeComponent();
+ }
+ }
+}