From 60afb710391ce37f2f22566ebc6b5deb2016dab0 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Fri, 31 Mar 2017 21:02:47 -0400 Subject: Redoing the code --- AleeOS/launcher.cs | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 AleeOS/launcher.cs (limited to 'AleeOS/launcher.cs') diff --git a/AleeOS/launcher.cs b/AleeOS/launcher.cs new file mode 100644 index 0000000..165c2ee --- /dev/null +++ b/AleeOS/launcher.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 launcher : Form + { + public launcher() + { + InitializeComponent(); + } + } +} -- cgit v1.2.3