예제 #1
0
        public static void Main()
        {
            SplashScreen splashScreen = new SplashScreen("resources/anything.png");

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