10 lines
170 B
C#
10 lines
170 B
C#
|
|
namespace WPFluent.Gallery.Views.Pages.DesignGuidance;
|
|||
|
|
|
|||
|
|
public partial class TypographyPage
|
|||
|
|
{
|
|||
|
|
public TypographyPage()
|
|||
|
|
{
|
|||
|
|
InitializeComponent();
|
|||
|
|
}
|
|||
|
|
}
|