diff options
Diffstat (limited to 'AleeOS/Program.cs')
| -rw-r--r-- | AleeOS/Program.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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()); } } } |
