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