11 lines
173 B
C#
11 lines
173 B
C#
|
|
using System.Windows.Controls;
|
|||
|
|
|
|||
|
|
namespace WPFluent.Gallery.Pages;
|
|||
|
|
|
|||
|
|
public partial class Buttons : Page
|
|||
|
|
{
|
|||
|
|
public Buttons()
|
|||
|
|
{
|
|||
|
|
InitializeComponent();
|
|||
|
|
}
|
|||
|
|
}
|