Lottery/Lottery/AppShell.xaml.cs
2024-09-26 03:54:20 +01:00

11 lines
160 B
C#

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