public static void Main() { SplashScreen splashScreen = new SplashScreen("splash.jpg"); splashScreen.Show(true); DiningPhilosophers.App app = new DiningPhilosophers.App(); app.InitializeComponent(); app.Run(); }