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