11 lines
148 B
C#
11 lines
148 B
C#
namespace WPFluent.Gallery.Views.Pages;
|
|
|
|
public partial class LayoutPage
|
|
{
|
|
|
|
public LayoutPage()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|