public static void Main() { SplashScreen splashScreen = new SplashScreen("resources/logo.png"); splashScreen.Show(true); ReshaikaMVVM.App app = new ReshaikaMVVM.App(); app.InitializeComponent(); app.Run(); }
public static void Main() { ReshaikaMVVM.App app = new ReshaikaMVVM.App(); app.InitializeComponent(); app.Run(); }