diff options
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()); - } - } -} |
