From 2f66dacf8090516265a3b4652200bc4c457c5dd6 Mon Sep 17 00:00:00 2001 From: BuildTools Date: Fri, 24 Mar 2017 23:40:17 -0400 Subject: Add project files. --- AleeOS/Form1.cs | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 AleeOS/Form1.cs (limited to 'AleeOS/Form1.cs') 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(); + } + } +} -- cgit v1.2.3