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