From 7886e80fb82df9707f36a095348149221e8f9f50 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Sat, 25 Mar 2017 14:11:56 -0400 Subject: Renaming Stuff --- AleeOS/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AleeOS/Program.cs') diff --git a/AleeOS/Program.cs b/AleeOS/Program.cs index 93ff13c..fa60035 100644 --- a/AleeOS/Program.cs +++ b/AleeOS/Program.cs @@ -16,7 +16,7 @@ namespace AleeOS { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); - Application.Run(new Form1()); + Application.Run(new aleeos_login()); } } } -- cgit v1.2.3