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