10 lines
230 B
C#
10 lines
230 B
C#
namespace Ink_Canvas.Windows.SettingsViews.Pages
|
|
{
|
|
public partial class IconographyPage : iNKORE.UI.WPF.Modern.Controls.Page
|
|
{
|
|
public IconographyPage()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
} |