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