diff options
| author | Alee14 <alee14498@gmail.com> | 2017-03-31 20:52:31 -0400 |
|---|---|---|
| committer | Alee14 <alee14498@gmail.com> | 2017-03-31 20:52:31 -0400 |
| commit | 32d77fba3f16546081f0884c5eca72d8c36f4bcf (patch) | |
| tree | 87af94e5ba959ed6de28c2546070cb5a23de68c5 /AleeOS/Program.cs | |
| parent | 8dac3b8471250cecd092c417f71b1eeed68f9036 (diff) | |
| download | AleeOS-CSharp-32d77fba3f16546081f0884c5eca72d8c36f4bcf.tar.gz AleeOS-CSharp-32d77fba3f16546081f0884c5eca72d8c36f4bcf.tar.bz2 AleeOS-CSharp-32d77fba3f16546081f0884c5eca72d8c36f4bcf.zip | |
We're restarting...
Diffstat (limited to 'AleeOS/Program.cs')
| -rw-r--r-- | AleeOS/Program.cs | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/AleeOS/Program.cs b/AleeOS/Program.cs deleted file mode 100644 index fa60035..0000000 --- a/AleeOS/Program.cs +++ /dev/null @@ -1,22 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading.Tasks; -using System.Windows.Forms; - -namespace AleeOS -{ - static class Program - { - /// <summary> - /// The main entry point for the application. - /// </summary> - [STAThread] - static void Main() - { - Application.EnableVisualStyles(); - Application.SetCompatibleTextRenderingDefault(false); - Application.Run(new aleeos_login()); - } - } -} |
