From 7886e80fb82df9707f36a095348149221e8f9f50 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Sat, 25 Mar 2017 14:11:56 -0400 Subject: Renaming Stuff --- AleeOS/AleeOS.csproj | 9 ++++++--- AleeOS/Program.cs | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/AleeOS/AleeOS.csproj b/AleeOS/AleeOS.csproj index f45d2c9..53fb63b 100644 --- a/AleeOS/AleeOS.csproj +++ b/AleeOS/AleeOS.csproj @@ -46,14 +46,17 @@ - + Form - - Form1.cs + + aleeos_login.cs + + aleeos_login.cs + ResXFileCodeGenerator Resources.Designer.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