Пример #1
0
 public static void Main()
 {
     WeatherApp.App app = new WeatherApp.App();
     app.InitializeComponent();
     app.Run();
 }