Files
asugaksharp/asugaksharp/AppShell.xaml.cs
2025-05-01 23:39:56 +03:00

11 lines
164 B
C#

namespace asugaksharp
{
public partial class AppShell : Shell
{
public AppShell()
{
InitializeComponent();
}
}
}