mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
12 lines
198 B
C#
12 lines
198 B
C#
using Microsoft.UI.Xaml.Controls;
|
|
|
|
namespace Marechai.App.Presentation;
|
|
|
|
public sealed partial class SecondPage : Page
|
|
{
|
|
public SecondPage()
|
|
{
|
|
this.InitializeComponent();
|
|
}
|
|
}
|