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

12 lines
198 B
C#
Raw Normal View History

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