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