Beispiel #1
0
        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();
        }
Beispiel #2
0
 public static void Main()
 {
     PythonEnv.App app = new PythonEnv.App();
     app.InitializeComponent();
     app.Run();
 }