public static void Main() { SplashScreen splashScreen = new SplashScreen("splashscreen1.png"); splashScreen.Show(true); MV.Client.App app = new MV.Client.App(); app.InitializeComponent(); app.Run(); }
public static void Main() { MV.Client.App app = new MV.Client.App(); app.InitializeComponent(); app.Run(); }