using System.Reflection; using WPFluent.Gallery.ViewModels; namespace WPFluent.Gallery { /// /// App.xaml 的交互逻辑 /// public partial class App : Application { public App() { //SystemMenuThemeManager.ChangeAppTheme(); //Splash.ShowAsync("pack://application:,,,/WPFluent.Gallery;component/wpfui.png", 0.98d); InitializeComponent(); } } }