Files
ShrlAlgoToolkit/WPFluent.Gallery/Views/NavigateWindowEx.xaml.cs

26 lines
567 B
C#
Raw Normal View History

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Shapes;
namespace WPFluent.Gallery;
/// <summary>
2025-04-24 20:56:44 +08:00
/// NavigateWindowEx.xaml 的交互逻辑
/// </summary>
2025-04-24 20:56:44 +08:00
public partial class NavigateWindowEx
{
2025-04-24 20:56:44 +08:00
public NavigateWindowEx()
{
InitializeComponent();
}
}