示例#1
0
        public static void Main()
        {
            SplashScreen splashScreen = new SplashScreen("images/splash.png");

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