public static void Main() { SplashScreen splashScreen = new SplashScreen("images/splashscreen.png"); splashScreen.Show(true); TreasureHuntDesktopApplication.FullClient.App app = new TreasureHuntDesktopApplication.FullClient.App(); app.InitializeComponent(); app.Run(); }