Exemplo n.º 1
0
        public static Window AsSplashScreen()
        {
            var vm = AboutViewModel.AsSplashScreenModel();
            var view = new AboutView {DataContext = vm};

            return view;
        }
Exemplo n.º 2
0
        public static Window AsSplashScreen()
        {
            var vm   = AboutViewModel.AsSplashScreenModel();
            var view = new AboutView {
                DataContext = vm
            };

            return(view);
        }