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