public static Window AsSplashScreen()
        {
            var vm = AboutViewModel.AsSplashScreenModel();
            var view = new AboutView { DataContext = vm, WindowStyle = WindowStyle.None };

            return view;
        }
Exemple #2
0
        public static Window AsSplashScreen()
        {
            var vm   = AboutViewModel.AsSplashScreenModel();
            var view = new AboutView {
                DataContext = vm, WindowStyle = WindowStyle.None
            };

            return(view);
        }