Files
ShrlAlgoToolkit/WPFluent.Gallery/Pages/ButtonPage.xaml.cs
2025-04-24 20:56:10 +08:00

11 lines
173 B
C#

using System.Windows.Controls;
namespace WPFluent.Gallery.Pages;
public partial class Buttons : Page
{
public Buttons()
{
InitializeComponent();
}
}