using System; namespace UnionPatcher.Gui.Windows { public static class Program { [STAThread] public static void Main() { Gui.Show(); } } }