Files
community/Ink Canvas/Windows/SettingsViews2/Pages/TypographyPage.xaml.cs
T
PrefacedCorg 140e92eeda 新设置
2026-04-04 18:45:59 +08:00

12 lines
237 B
C#

using iNKORE.UI.WPF.Modern.Controls;
namespace Ink_Canvas.Windows.SettingsViews2.Pages
{
public partial class TypographyPage : Page
{
public TypographyPage()
{
InitializeComponent();
}
}
}