using System.Windows.Controls; namespace BetterSeewoManager.Pages; public partial class InkPage : Page { public InkPage() { InitializeComponent(); } }