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