12 lines
236 B
C#
12 lines
236 B
C#
using iNKORE.UI.WPF.Modern.Controls;
|
|
|
|
namespace Ink_Canvas.Windows.SettingsViews.Pages
|
|
{
|
|
public partial class TypographyPage : Page
|
|
{
|
|
public TypographyPage()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
} |