2026-04-05 21:50:53 +08:00
|
|
|
namespace Ink_Canvas.Windows.SettingsViews.Pages
|
2026-03-29 13:47:19 +08:00
|
|
|
{
|
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();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|