Mobail_App/AppShell.xaml.cs

11 lines
162 B
C#
Raw Permalink Normal View History

2025-02-27 14:43:22 +03:00
namespace MobailApp
{
public partial class AppShell : Shell
{
public AppShell()
{
InitializeComponent();
}
}
}