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