public static void Main() { SplashScreen splashScreen = new SplashScreen("source/image/wow.png"); splashScreen.Show(true); PythonEnv.App app = new PythonEnv.App(); app.InitializeComponent(); app.Run(); }
public static void Main() { PythonEnv.App app = new PythonEnv.App(); app.InitializeComponent(); app.Run(); }