Beispiel #1
0
        public static void Main()
        {
            SplashScreen splashScreen = new SplashScreen("tools/text%20edit.png");

            splashScreen.Show(true);
            PS3_Game_Tool.App app = new PS3_Game_Tool.App();
            app.InitializeComponent();
            app.Run();
        }
Beispiel #2
0
 public static void Main()
 {
     PS3_Game_Tool.App app = new PS3_Game_Tool.App();
     app.InitializeComponent();
     app.Run();
 }