コード例 #1
0
ファイル: About.xaml.cs プロジェクト: nanohex/ServiceInsight
        public static Window AsSplashScreen()
        {
            var vm   = AboutViewModel.AsSplashScreenModel();
            var view = new AboutView {
                DataContext = vm
            };

            return(view);
        }