Files
Shrlalgo.RvKits/WPFluent.Gallery/App.xaml.cs
2025-05-05 17:04:06 +08:00

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();
}
}
}