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

12 lines
227 B
C#

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