整理代码
This commit is contained in:
11
WPFluent.Gallery/Pages/ButtonPage.xaml.cs
Normal file
11
WPFluent.Gallery/Pages/ButtonPage.xaml.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System.Windows.Controls;
|
||||
|
||||
namespace WPFluent.Gallery.Pages;
|
||||
|
||||
public partial class Buttons : Page
|
||||
{
|
||||
public Buttons()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user