Files
ShrlAlgoToolkit/WPFluent.Gallery/App.xaml.cs

23 lines
457 B
C#
Raw Normal View History


2025-04-24 20:56:44 +08:00
using System.Reflection;
using WPFluent.Gallery.ViewModels;
namespace WPFluent.Gallery
{
/// <summary>
/// App.xaml 的交互逻辑
/// </summary>
public partial class App : Application
{
public App()
{
2025-05-05 17:04:06 +08:00
//SystemMenuThemeManager.ChangeAppTheme();
2025-04-24 20:56:44 +08:00
//Splash.ShowAsync("pack://application:,,,/WPFluent.Gallery;component/wpfui.png", 0.98d);
InitializeComponent();
}
}
}