public static void Main() { ServerUI.App app = new ServerUI.App(); app.InitializeComponent(); app.Run(); }