using Microsoft.UI.Xaml.Controls; namespace Marechai.App.Presentation; public sealed partial class SecondPage : Page { public SecondPage() { this.InitializeComponent(); } }