9 lines
160 B
C#
9 lines
160 B
C#
|
|
namespace WPFluent.Gallery.Views.Windows;
|
|||
|
|
|
|||
|
|
public partial class FluentWindowDemo
|
|||
|
|
{
|
|||
|
|
public FluentWindowDemo()
|
|||
|
|
{
|
|||
|
|
InitializeComponent();
|
|||
|
|
}
|
|||
|
|
}
|