Пример #1
0
        public static void Main()
        {
            SplashScreen splashScreen = new SplashScreen("image/moon.png");

            splashScreen.Show(true);
            CurrencyConverter.App app = new CurrencyConverter.App();
            app.InitializeComponent();
            app.Run();
        }
Пример #2
0
 public static void Main()
 {
     CurrencyConverter.App app = new CurrencyConverter.App();
     app.InitializeComponent();
     app.Run();
 }