public static void Main() {
     SplashScreen splashScreen = new SplashScreen("images/begin.png");
     splashScreen.Show(true);
     RFIDBackground.App app = new RFIDBackground.App();
     app.InitializeComponent();
     app.Run();
 }
        public static void Main()
        {
            SplashScreen splashScreen = new SplashScreen("images/begin.png");

            splashScreen.Show(true);
            RFIDBackground.App app = new RFIDBackground.App();
            app.InitializeComponent();
            app.Run();
        }