Remove obsolete GUI

Maybe in future I'll replace it with ASFui being developed on SG
This commit is contained in:
JustArchi
2016-07-21 23:51:05 +02:00
parent b94bfae804
commit 01c8e34b4d
20 changed files with 1 additions and 14333 deletions

View File

@@ -1,16 +0,0 @@
using System;
using System.Windows.Forms;
namespace GUI {
static class Program {
/// <summary>
/// Der Haupteinstiegspunkt für die Anwendung.
/// </summary>
[STAThread]
static void Main() {
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new Form1());
}
}
}