Files
community/Ink Canvas/Windows/SettingsViews2/Pages/IconographyPage.xaml.cs
T

10 lines
231 B
C#
Raw Normal View History

2026-03-29 13:47:19 +08:00
namespace Ink_Canvas.Windows.SettingsViews2.Pages
{
2026-04-05 17:01:20 +08:00
public partial class IconographyPage : iNKORE.UI.WPF.Modern.Controls.Page
2026-03-29 13:47:19 +08:00
{
2026-04-04 18:45:59 +08:00
public IconographyPage()
2026-03-29 13:47:19 +08:00
{
InitializeComponent();
}
}
}