From f92ee1b282bd861ab268c15f76b1e95dbb1d0ce6 Mon Sep 17 00:00:00 2001 From: BuildTools Date: Sat, 25 Mar 2017 13:58:25 -0400 Subject: New Login Design --- AleeOS/Form1.cs | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 AleeOS/Form1.cs (limited to 'AleeOS/Form1.cs') diff --git a/AleeOS/Form1.cs b/AleeOS/Form1.cs deleted file mode 100644 index a749f55..0000000 --- a/AleeOS/Form1.cs +++ /dev/null @@ -1,20 +0,0 @@ -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