Files
marechai/Marechai.App/Presentation/Views/SecondPage.xaml.cs

11 lines
198 B
C#

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