public static void Main()
        {
            SplashScreen splashScreen = new SplashScreen("properties/assemblyinfo.cs");

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