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