public static void Main() { SplashScreen splashScreen = new SplashScreen("skin/internal/images/splash.png"); splashScreen.Show(true); FrontView.App app = new FrontView.App(); app.InitializeComponent(); app.Run(); }
public static void Main() { FrontView.App app = new FrontView.App(); app.InitializeComponent(); app.Run(); }