diff options
| author | Alee14 <alee14498@gmail.com> | 2017-03-25 14:11:56 -0400 |
|---|---|---|
| committer | Alee14 <alee14498@gmail.com> | 2017-03-25 14:11:56 -0400 |
| commit | 7886e80fb82df9707f36a095348149221e8f9f50 (patch) | |
| tree | 52e84b47048559e73ebce3144837e9b8312142d9 /AleeOS/Program.cs | |
| parent | 0a66c51d8b2c0442b1ee5c9e4a9d984418654f9a (diff) | |
| download | AleeOS-CSharp-7886e80fb82df9707f36a095348149221e8f9f50.tar.gz AleeOS-CSharp-7886e80fb82df9707f36a095348149221e8f9f50.tar.bz2 AleeOS-CSharp-7886e80fb82df9707f36a095348149221e8f9f50.zip | |
Renaming Stuff
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()); } } } |
