public static void Main()
        {
            SplashScreen splashScreen = new SplashScreen("resources/anything.png");

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