Poj/AppShell.xaml.cs

11 lines
157 B
C#
Raw Permalink Normal View History

2025-02-28 08:58:58 +03:00
namespace Proj
{
public partial class AppShell : Shell
{
public AppShell()
{
InitializeComponent();
}
}
}